You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core polyfills): Add polyfill for navigation API.
This polyfill adds support for the "navigate" event on the navigation
object. We path "history.pushState" and "history.replaceState" to send
the "navigate" event on the "window.navigation" object when the URL
changes.
This polyfill is for current Firefox and Safari. Chrome based browsers
already support this.
More information on:
https://developer.mozilla.org/en-US/docs/Web/API/Navigation/navigate_event
0 commit comments