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
/** A controller object that allows you to abort one or more DOM requests as and when desired. */
1846
1846
interface AbortController {
1847
1847
/** Returns the AbortSignal object associated with this object. */
1848
1848
readonly signal: AbortSignal;
1849
1849
/** 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. */
Copy file name to clipboardExpand all lines: baselines/serviceworker.generated.d.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -639,7 +639,7 @@ interface AbortController {
639
639
/** Returns the AbortSignal object associated with this object. */
640
640
readonlysignal: AbortSignal;
641
641
/** 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. */
/** This ServiceWorker API interface represents the scope of a service worker client that is a document in a browser context, controlled by an active worker. The service worker client independently selects and uses a service worker for its own loading and sub-resources. */
Copy file name to clipboardExpand all lines: baselines/sharedworker.generated.d.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -611,7 +611,7 @@ interface AbortController {
611
611
/** Returns the AbortSignal object associated with this object. */
612
612
readonlysignal: AbortSignal;
613
613
/** 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. */
Copy file name to clipboardExpand all lines: baselines/webworker.generated.d.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -645,7 +645,7 @@ interface AbortController {
645
645
/** Returns the AbortSignal object associated with this object. */
646
646
readonlysignal: AbortSignal;
647
647
/** 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. */
/** This ServiceWorker API interface represents the scope of a service worker client that is a document in a browser context, controlled by an active worker. The service worker client independently selects and uses a service worker for its own loading and sub-resources. */
0 commit comments