edge-runtime icon indicating copy to clipboard operation
edge-runtime copied to clipboard

Primitives: Use a better `AbortController` polyfill

Open Kikobeats opened this issue 2 years ago • 0 comments

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

Kikobeats avatar Jul 25 '22 08:07 Kikobeats