Skip to content

Commit 16b6f0f

Browse files
authored
manually update webworker to remove AbortSignal.abort (microsoft#48580)
1 parent 76e7437 commit 16b6f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ interface AbortController {
703703
/** Returns the AbortSignal object associated with this object. */
704704
readonly signal: AbortSignal;
705705
/** 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. */
706-
abort(reason?: any): void;
706+
// abort(): AbortSignal; - To be re-added in the future
707707
}
708708

709709
declare var AbortController: {

0 commit comments

Comments
 (0)