You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/webworker.generated.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -703,7 +703,7 @@ interface AbortController {
703
703
/** Returns the AbortSignal object associated with this object. */
704
704
readonlysignal: AbortSignal;
705
705
/** 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
0 commit comments