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