Open Bug 1890755 Opened 6 months ago Updated 5 months ago

Implement NavigateEvent and `Navigation.onnavigate`

Categories

(Core :: DOM: Navigation, task)

task

Tracking

()

People

(Reporter: farre, Unassigned)

References

(Blocks 2 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
You need to log in before you can comment on or make changes to this bug.