Skip to content

Commit bc7ffa3

Browse files
committed
Move handler
1 parent 3b17ca0 commit bc7ffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,9 +1102,9 @@ dictionary NavigateEventInit : EventInit {
11021102
};
11031103

11041104
dictionary NavigationInterceptOptions {
1105+
NavigationInterceptHandler handler;
11051106
NavigationFocusReset focusReset;
11061107
NavigationScrollRestoration scrollRestoration;
1107-
NavigationInterceptHandler handler;
11081108
};
11091109

11101110
enum NavigationFocusReset {

0 commit comments

Comments
 (0)