-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix window.close() always doing nothing
This regressed in af3ff83, which intended to allow other specifications to call "close a top-level traversable" without interfering with ongoing close operations due to window.close(). However, the way it did so was buggy. Fix it. Additionally, export "close" for top-level traversables, and update the editorial style for how "close" and "destroy" are declared for top-level traversables. Fixes #10678.
- Loading branch information
Showing
1 changed file
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters