0.1.2 • Published 3 years ago

abort-polyfill v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

abort-polyfill

  • Polyfill AbortController and AbortSignal
  • Polyfill signal options to legacy fetch

abort-polyfill

Install

npm install abort-polyfill

Usage

Any browsers (IE 10+):

import 'cross-fetch/polyfill'
import 'abort-polyfill'

Node < 15:

import 'cross-fetch/polyfill'
import 'event-target-polyfill'
import 'abort-polyfill'

Node >= 15:

import 'cross-fetch/polyfill'
// no need to import polyfill
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago