mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
manually update webworker to remove AbortSignal.abort (#48580)
This commit is contained in:
committed by
GitHub
parent
76e74370ab
commit
16b6f0f533
2
src/lib/webworker.generated.d.ts
vendored
2
src/lib/webworker.generated.d.ts
vendored
@@ -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