Open
Bug 1908951
Opened 1 year ago
Updated 10 months ago
Add notifications for navigation when beforeunload prompt is open and closed without leaving the page
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: Sasha, Unassigned)
References
(Blocks 1 open bug)
Details
In order to implement correctly the WebDriver BiDi events "browsingContext.navigationStarted" and "browsingContext.navigationFailed" in case of beforeunload prompt to be open and closed without leaving the page (see the html spec step 17 and 22.2.1), we need to have notifications which will also expose the url which a user was intended to navigate to.
| Reporter | ||
Updated•1 year ago
|
Summary: Add notifications for navigation when beforeunload → Add notifications for navigation when beforeunload prompt is open and closed without leaving the page
You need to log in
before you can comment on or make changes to this bug.
Description
•