Open Bug 1895257 Opened 6 months ago Updated 5 months ago

Implement navigation methods from Navigation API

Categories

(Core :: DOM: Navigation, task)

task

Tracking

()

People

(Reporter: farre, Unassigned)

References

(Blocks 1 open bug)

Details

Since all of the navigation methods will probably share functionality we'll implement them together. In case of segmented landing make sure to split off bugs for each separate method.

  NavigationResult navigate(USVString url, optional NavigationNavigateOptions options = {});
  NavigationResult reload(optional NavigationReloadOptions options = {});

  NavigationResult traverseTo(DOMString key, optional NavigationOptions options = {});
  NavigationResult back(optional NavigationOptions options = {});
  NavigationResult forward(optional NavigationOptions options = {});
No longer blocks: 1890747
Depends on: 1895254
Summary: Add Navigation interface → Implement navigation methods from Navigation API
You need to log in before you can comment on or make changes to this bug.