Open
Bug 1890755
Opened 10 months ago
Updated 16 days ago
Implement NavigateEvent and `Navigation.onnavigate`
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
ASSIGNED
People
(Reporter: farre, Assigned: farre)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
This includes the attributes:
readonly attribute NavigationType navigationType;
readonly attribute NavigationDestination destination;
readonly attribute boolean canIntercept;
readonly attribute boolean userInitiated;
readonly attribute boolean hashChange;
readonly attribute AbortSignal signal;
readonly attribute FormData? formData;
readonly attribute DOMString? downloadRequest;
readonly attribute any info;
readonly attribute boolean hasUAVisualTransition;
but we purposefully exclude the methods and implement them separately in Bug 1897439
undefined intercept(optional NavigationInterceptOptions options = {});
undefined scroll();
Assignee | ||
Updated•10 months ago
|
Type: defect → task
Assignee | ||
Updated•9 months ago
|
Depends on: 1895254
Summary: Implement NavigateEvent → Implement NavigateEvent and `Navigation.onnavigate`
Assignee | ||
Updated•22 days ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•