Open Bug 1890755 Opened 10 months ago Updated 16 days ago

Implement NavigateEvent and `Navigation.onnavigate`

Categories

(Core :: DOM: Navigation, task)

task

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();
Type: defect → task
Depends on: 1895254
Summary: Implement NavigateEvent → Implement NavigateEvent and `Navigation.onnavigate`
Blocks: 1897439
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Depends on: 1903552
Depends on: 1941753
No longer depends on: 1903552
Depends on: 1942744
Blocks: 1941729
You need to log in before you can comment on or make changes to this bug.