Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 64 additions & 66 deletions baselines/dom.generated.d.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6318,7 +6318,7 @@ interface PushMessageData {
*/
blob(): Blob;
/**
* The **`bytes()`** method of the PushMessageData interface extracts push message data as an Uint8Array object.
* The **`bytes()`** method of the PushMessageData interface extracts push message data as a Uint8Array object.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PushMessageData/bytes)
*/
Expand Down Expand Up @@ -10835,7 +10835,7 @@ interface WorkerGlobalScopeEventMap {
*/
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down Expand Up @@ -11634,7 +11634,7 @@ declare function skipWaiting(): Promise<void>;
*/
declare function dispatchEvent(event: Event): boolean;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down
4 changes: 2 additions & 2 deletions baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10368,7 +10368,7 @@ interface WorkerGlobalScopeEventMap {
*/
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down Expand Up @@ -11318,7 +11318,7 @@ declare function close(): void;
*/
declare function dispatchEvent(event: Event): boolean;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down
130 changes: 64 additions & 66 deletions baselines/ts5.5/dom.generated.d.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6315,7 +6315,7 @@ interface PushMessageData {
*/
blob(): Blob;
/**
* The **`bytes()`** method of the PushMessageData interface extracts push message data as an Uint8Array object.
* The **`bytes()`** method of the PushMessageData interface extracts push message data as a Uint8Array object.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PushMessageData/bytes)
*/
Expand Down Expand Up @@ -10832,7 +10832,7 @@ interface WorkerGlobalScopeEventMap {
*/
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down Expand Up @@ -11631,7 +11631,7 @@ declare function skipWaiting(): Promise<void>;
*/
declare function dispatchEvent(event: Event): boolean;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10365,7 +10365,7 @@ interface WorkerGlobalScopeEventMap {
*/
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down Expand Up @@ -11315,7 +11315,7 @@ declare function close(): void;
*/
declare function dispatchEvent(event: Event): boolean;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down
6 changes: 3 additions & 3 deletions baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@ interface PushMessageData {
*/
blob(): Blob;
/**
* The **`bytes()`** method of the PushMessageData interface extracts push message data as an Uint8Array object.
* The **`bytes()`** method of the PushMessageData interface extracts push message data as a Uint8Array object.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PushMessageData/bytes)
*/
Expand Down Expand Up @@ -12309,7 +12309,7 @@ interface WorkerGlobalScopeEventMap {
*/
interface WorkerGlobalScope extends EventTarget, FontFaceSource, WindowOrWorkerGlobalScope {
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down Expand Up @@ -13290,7 +13290,7 @@ declare function postMessage(message: any, options?: StructuredSerializeOptions)
*/
declare function dispatchEvent(event: Event): boolean;
/**
* 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.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerGlobalScope/location)
*/
Expand Down
Loading