edge-runtime
edge-runtime copied to clipboard
Primitives: Use a better `AbortController` polyfill
The abort-controller polyfill isn't compliant with the spec right now, because:
-
AbortSignal.abort
is missing -
AbortSignal.timeout
is missing
Alternatives:
- https://www.npmjs.com/package/abortcontroller-polyfill
- https://www.npmjs.com/package/yet-another-abortcontroller-polyfill
Related:
- https://github.com/vercel/next.js/issues/38658