AbortSignal: {
prototype: AbortSignal;
abort(): AbortSignal;
timeout(msecs: number): AbortSignal;
new (): AbortSignal;
}
Type declaration
- new (): AbortSignal
Returns AbortSignal
prototype: AbortSignal
abort: function
timeout: function
timeout(msecs: number): AbortSignal
HACK upstream definitions are incomplete