WICG / navigation-api

The new navigation API provides a new interface for navigations and session history, with a focus on single-page application navigations.
https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api
484 stars 30 forks source link

No `commit` in `intercept` options and `event.commit` #270

Open ydcjeff opened 7 months ago

ydcjeff commented 7 months ago

The deferred commit section of the README said there is a commit option in intercept function and a commit function in NavigationEvent. However, when I tried in the latest Chrome (v120), there is no commit in intercept options and event.commit. Is this not implemented yet?

Thanks!

absurdprofit commented 1 week ago

See this comment on experimenting with the option today.