@flemist/abort-controller
v1.0.0
Published
Implementation of AbortController interface (version of NodeJS 18)
Downloads
342
Maintainers
Readme
Implementation of AbortController interface. Same as in the NodeJS 18.x Completely identical to the implementation of NodeJS 18, but works in the NodeJS >=15 and Chrome >=38
Usage
import { AbortControllerImpl } from '@flemist/abort-controller'
const abortController: AbortController = new AbortControllerImpl()
Keywords
polyfill, ponyfill, cross-platform, cross-browser