Closed loganvolkers closed 1 year ago
abort-controller is a polyfill for the AbortController API.
abort-controller
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.
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.