An Update for the JS Navigate Event API

Photo by Mo
Following my original post from 2023 something big happened in the browser scene: the Navigate JS API finally landed on all the modern browsers!
As previously said this API enables incredible capabilities for web developers, infact every navigation related event can be manipulated at your wish to generate beautiful cross-page animations, dynamically load new content, make decisions based on previous navigation…
I must admit that apart from the infinite list of Google defects, Chromium (which really is Chrome and other Chromium based browsers) is still the go-to way if you plan to test new web APIs, other browsers usually follow with caution.
Here’s the link to Mozilla MDN if you wanna check full browser compatibility. Nice coding to all!