final-hill / cathedral

Requirements Engineering
https://cathedral.final-hill.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Deprecate Navigation API polyfill #68

Closed mlhaufe closed 3 months ago

mlhaufe commented 9 months ago

The project currently utilizes the Navigation API to intercept navigation events and handle them

As of 2023-11-01, the Navigation API is still experimental and supported by only Chromium-based browsers (~73% coverage as of January 2024)

https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API https://developer.chrome.com/docs/web-platform/navigation-api/ https://caniuse.com/mdn-api_navigation

Types are polyfilled via dom-navigation package

Once the feature is fully adopted by major browsers, remove the polyfill

mlhaufe commented 3 months ago

Subsumed by Nuxt migration