virtualstate / navigation

Native JavaScript navigation [web api] implementation
MIT License
87 stars 6 forks source link

Remove abort-controller #22

Closed loganvolkers closed 1 year ago

loganvolkers commented 1 year ago

abort-controller is a polyfill for the AbortController API.

It looks like since there is good browser support for this API, the polyfill is optional and was removed from all code paths.

This PR removes the dependency and the unused code paths and instrumentation.