Skip to content

Commit

Permalink
update optional status of navigateevent.intercept (mdn#22440)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills authored and hamishwillee committed Dec 9, 2022
1 parent b0ad829 commit 3bc15e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/navigateevent/intercept/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ intercept(options)

- `options` {{optional_inline}}
- : An options object containing the following properties:
- `handler`
- `handler` {{optional_inline}}
- : A callback function that defines what the navigation handling behavior should be. This generally handles resource fetching, and returns a promise.
- `focusReset` {{optional_inline}}
- : Defines the navigation's focus behavior. This may take one of the following values:
Expand Down

0 comments on commit 3bc15e1

Please sign in to comment.