-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: javascript: URLstopic: navigation
Description
Based on some initial tests in web-platform-tests/wpt#36488, in Chrome and Safari navigating or traversing to a javascript: URL does not fire beforeunload. Whereas in Firefox it does fire.
In the current spec all navigations and traversals fire beforeunload, whereas in the current state of the rewrite (#6315) only those which require a fetch will do so. So the following are the tricky cases:
- javascript: URLs
- srcdoc resources
- embed/object
- non-fetch scheme documents
Metadata
Metadata
Assignees
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: javascript: URLstopic: navigation