Socket
Book a DemoInstallSign in
Socket

abort-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abort-polyfill

Polyfill AbortController and AbortSignal

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 25 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts