Skip to content

Commit 3d49a4a

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 17a020b commit 3d49a4a

18 files changed

+399
-378
lines changed

baselines/dom.generated.d.ts

Lines changed: 64 additions & 66 deletions
Large diffs are not rendered by default.

baselines/serviceworker.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6318,7 +6318,7 @@ interface PushMessageData {
63186318
*/
63196319
blob(): Blob;
63206320
/**
6321-
* The **`bytes()`** method of the PushMessageData interface extracts push message data as an Uint8Array object.
6321+
* The **`bytes()`** method of the PushMessageData interface extracts push message data as a Uint8Array object.
63226322
*
63236323
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PushMessageData/bytes)
63246324
*/
@@ -10835,7 +10835,7 @@ interface WorkerGlobalScopeEventMap {
1083510835
*/
1083610836
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
1083710837
/**
10838-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
10838+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1083910839
*
1084010840
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1084110841
*/
@@ -11634,7 +11634,7 @@ declare function skipWaiting(): Promise<void>;
1163411634
*/
1163511635
declare function dispatchEvent(event: Event): boolean;
1163611636
/**
11637-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
11637+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1163811638
*
1163911639
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1164011640
*/

baselines/sharedworker.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10368,7 +10368,7 @@ interface WorkerGlobalScopeEventMap {
1036810368
*/
1036910369
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
1037010370
/**
10371-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
10371+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1037210372
*
1037310373
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1037410374
*/
@@ -11318,7 +11318,7 @@ declare function close(): void;
1131811318
*/
1131911319
declare function dispatchEvent(event: Event): boolean;
1132011320
/**
11321-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
11321+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1132211322
*
1132311323
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1132411324
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 64 additions & 66 deletions
Large diffs are not rendered by default.

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6315,7 +6315,7 @@ interface PushMessageData {
63156315
*/
63166316
blob(): Blob;
63176317
/**
6318-
* The **`bytes()`** method of the PushMessageData interface extracts push message data as an Uint8Array object.
6318+
* The **`bytes()`** method of the PushMessageData interface extracts push message data as a Uint8Array object.
63196319
*
63206320
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PushMessageData/bytes)
63216321
*/
@@ -10832,7 +10832,7 @@ interface WorkerGlobalScopeEventMap {
1083210832
*/
1083310833
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
1083410834
/**
10835-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
10835+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1083610836
*
1083710837
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1083810838
*/
@@ -11631,7 +11631,7 @@ declare function skipWaiting(): Promise<void>;
1163111631
*/
1163211632
declare function dispatchEvent(event: Event): boolean;
1163311633
/**
11634-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
11634+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1163511635
*
1163611636
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1163711637
*/

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10365,7 +10365,7 @@ interface WorkerGlobalScopeEventMap {
1036510365
*/
1036610366
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
1036710367
/**
10368-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
10368+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1036910369
*
1037010370
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1037110371
*/
@@ -11315,7 +11315,7 @@ declare function close(): void;
1131511315
*/
1131611316
declare function dispatchEvent(event: Event): boolean;
1131711317
/**
11318-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
11318+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1131911319
*
1132011320
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1132111321
*/

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7178,7 +7178,7 @@ interface PushMessageData {
71787178
*/
71797179
blob(): Blob;
71807180
/**
7181-
* The **`bytes()`** method of the PushMessageData interface extracts push message data as an Uint8Array object.
7181+
* The **`bytes()`** method of the PushMessageData interface extracts push message data as a Uint8Array object.
71827182
*
71837183
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PushMessageData/bytes)
71847184
*/
@@ -12309,7 +12309,7 @@ interface WorkerGlobalScopeEventMap {
1230912309
*/
1231012310
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
1231112311
/**
12312-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
12312+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1231312313
*
1231412314
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1231512315
*/
@@ -13290,7 +13290,7 @@ declare function postMessage(message: any, options?: StructuredSerializeOptions)
1329013290
*/
1329113291
declare function dispatchEvent(event: Event): boolean;
1329213292
/**
13293-
* The **`location`** read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
13293+
* The read-only **`location`** property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker. It is a specific location object, mostly a subset of the Location for browsing scopes, but adapted to workers.
1329413294
*
1329513295
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
1329613296
*/

0 commit comments

Comments
 (0)