mo / abortcontroller-polyfill

Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
MIT License
326 stars 23 forks source link

feat: added polyfill for AbortSignal.timeout - fixes #73 #75

Open elhardoum opened 1 year ago

elhardoum commented 1 year ago

Reference - https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/timeout_static

AbortSignal.timeout is not implemented in all builds of Safari and other outdated browsers.