AbortController polyfill
JSON →Polyfill for the AbortController DOM API, enabling abortable fetch() in browsers that don't yet support it. Current version is 1.7.8 (last release June 2022, low maintenance). It doesn't actually cancel the underlying network request but simulates abort behavior by rejecting the promise with an AbortError. Can also polyfill AbortController/AbortSignal alone without patching fetch. Supports both browser and Node.js usage via CJS or ESM imports. Alternative to using native AbortController or other polyfills like abort-controller.
Traffic · last 30 days stale · no recent hits
total hits 19
actors 2 distinct systems
last hit 17d ago human
top countries 🇸🇬 Singapore · 🇺🇸 United States · BD · 🇨🇳 China · 🇪🇸 Spain
Resources
packageabortcontroller-polyfill ↗