mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
manually update webworker to remove AbortSignal.abort (#48580)
This commit is contained in:
Vendored
+1
-1
@@ -703,7 +703,7 @@ interface AbortController {
|
||||
/** Returns the AbortSignal object associated with this object. */
|
||||
readonly signal: AbortSignal;
|
||||
/** 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. */
|
||||
abort(reason?: any): void;
|
||||
// abort(): AbortSignal; - To be re-added in the future
|
||||
}
|
||||
|
||||
declare var AbortController: {
|
||||
|
||||
Reference in New Issue
Block a user