Hacker News new | ask | show | jobs
The Future of Routing with the Navigation API – Eduardo San Martin Morote [video] (youtube.com)
2 points by fabiancook 223 days ago
1 comments

Awesome to see the Navigation API being talked about at DevFest.

The API is available in chrome today. Safari & Firefox are actively developing their implementations too.

MDN Documentation: https://developer.mozilla.org/en-US/docs/Web/API/Navigation_...

JavaScript implementation usable as polyfill: https://github.com/virtualstate/navigation (I am the author of this repository)