Skip to content

Commit 3f55d68

Browse files
authored
Manual revert of AbortSignal.abort in webworker.generated.d.ts (microsoft#47675)
Same as microsoft#47643, I just missed it until looking at remaining DT failures. I need to update the DOM-lib-generator automation, but for now I want to get TS types corrected.
1 parent 92f54d6 commit 3f55d68

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
@@ -701,7 +701,7 @@ interface AbortSignal extends EventTarget {
701701
declare var AbortSignal: {
702702
prototype: AbortSignal;
703703
new(): AbortSignal;
704-
abort(reason?: any): AbortSignal;
704+
// abort(): AbortSignal; - To be re-added in the future
705705
};
706706

707707
interface AbstractWorkerEventMap {

0 commit comments

Comments
 (0)