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?
The deferred commit section of the README said there is a
commit
option inintercept
function and acommit
function inNavigationEvent
. However, when I tried in the latest Chrome (v120), there is nocommit
inintercept
options andevent.commit
. Is this not implemented yet?Thanks!