virtualstate / navigation

Native JavaScript navigation [web api] implementation
MIT License
77 stars 5 forks source link

Remove abort-controller #22

Closed loganvolkers closed 11 months ago

loganvolkers commented 11 months 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.