-
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.
Change beforeunload, unload, and bfcache interaction
Per #5748 (comment), removes the requirement that beforeunload event listeners being fired cause a document to become unsalveagable (i.e., ineligible for bfcache). Instead, unsalveagability is left more explicitly up to the user agent. Additionally, changes navigation to no longer dispatch unload events for documents which are kept alive in the session history (bfcache). Closes #5748.
- Loading branch information
Showing
1 changed file
with
23 additions
and
29 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