Skip to content

Commit

Permalink
Move handler
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jun 15, 2022
1 parent 3b17ca0 commit bc7ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1102,9 +1102,9 @@ dictionary NavigateEventInit : EventInit {
};

dictionary NavigationInterceptOptions {
NavigationInterceptHandler handler;
NavigationFocusReset focusReset;
NavigationScrollRestoration scrollRestoration;
NavigationInterceptHandler handler;
};

enum NavigationFocusReset {
Expand Down

0 comments on commit bc7ffa3

Please sign in to comment.