-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Navigation API #1531
Comments
Not, sadly it has not, according to MDN database
https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API#browser_compatibility |
We can reconsider this, it is 75% close now. |
It is still Blink only.
|
Even though the Navigation API is currently only shipping in Blink, it has consensus support and is landed in the HTML spec, and seems nearly ready in WebKit. |
If another browser is ready to ship it will be added (by a hard-working volunteer) to browser compatibility data and automatically added to this repo via a bot. |
While this is discussed here, anyone landing on this issue can install this package:
|
Currently the
navigation
object is not available in the DOM and while the Navigation API is still experimental there is decent support for it in modern versions of browser. It'd be great to have it available as part of the default typescript DOM types.The text was updated successfully, but these errors were encountered: