Invoking this method will set this object's AbortSignal's aborted flag and * signal to any observers that the associated activity is to be aborted.
(reason?: any)
| 8165 | /** Invoking this method will set this object's AbortSignal's aborted flag and |
| 8166 | * signal to any observers that the associated activity is to be aborted. */ |
| 8167 | abort(reason?: any): void; |
| 8168 | } |
| 8169 | |
| 8170 | /** A controller object that allows you to abort one or more DOM requests as and |
no outgoing calls