classAbortControllerclass AbortControllerA controller object that allows you to abort one or more DOM requests as and when desired.MDN Referencereadonly signal: AbortSignalReturns the AbortSignal object associated with this object.MDN Referenceabort(reason?: any): void;
A controller object that allows you to abort one or more DOM requests as and when desired.MDN Reference