A signal object that allows you to communicate with a request and abort it if required
via its associated AbortController object.
remarks
This interface is compatible with the AbortSignal interface defined in TypeScript's DOM types.
It is redefined here, so it can be polyfilled without a DOM, for example with
abortcontroller-polyfill in a Node environment.
A signal object that allows you to communicate with a request and abort it if required via its associated
AbortController
object.This interface is compatible with the
AbortSignal
interface defined in TypeScript's DOM types. It is redefined here, so it can be polyfilled without a DOM, for example with abortcontroller-polyfill in a Node environment.