Minimal duck-typed AbortSignal interface. Accepts both the native AbortSignal and polyfills (e.g. node-abort-controller) whose signal class is not an instanceof the native AbortSignal.
AbortSignal
node-abort-controller
instanceof
Readonly
Optional
Minimal duck-typed AbortSignal interface. Accepts both the native
AbortSignaland polyfills (e.g.node-abort-controller) whose signal class is not aninstanceofthe nativeAbortSignal.