Skip to content

ambar/abort-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published