Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reject connection request on window close (#7401)
This was first implemented in #7335, but the final version didn't work because the `_beforeUnload` handler was not bound early, so `this` was not defined when it was triggered.
- Loading branch information