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
100 changes: 71 additions & 29 deletions baselines/dom.generated.d.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
100 changes: 71 additions & 29 deletions baselines/ts5.5/dom.generated.d.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
11 changes: 6 additions & 5 deletions baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down Expand Up @@ -9762,7 +9763,7 @@ declare var SecurityPolicyViolationEvent: {
*/
interface Serial extends EventTarget {
/**
* The **`getPorts()`** method of the Serial interface returns a Promise that resolves with an array of SerialPort objects representing serial ports connected to the host which the origin has permission to access.
* The **`getPorts()`** method of the Serial interface returns a Promise that resolves with an array of SerialPort objects representing serial ports connected to the host that the origin has permission to access.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Serial/getPorts)
*/
Expand Down Expand Up @@ -9809,13 +9810,13 @@ interface SerialPort extends EventTarget {
*/
readonly writable: WritableStream | null;
/**
* The **`SerialPort.close()`** method of the SerialPort interface returns a Promise that resolves when the port closes.
* The **`close()`** method of the SerialPort interface returns a Promise that resolves when the port closes.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SerialPort/close)
*/
close(): Promise<void>;
/**
* The **`SerialPort.forget()`** method of the SerialPort interface returns a Promise that resolves when access to the serial port is revoked.
* The **`forget()`** method of the SerialPort interface returns a Promise that resolves when access to the serial port is revoked.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SerialPort/forget)
*/
Expand All @@ -9827,7 +9828,7 @@ interface SerialPort extends EventTarget {
*/
getInfo(): SerialPortInfo;
/**
* The **`SerialPort.getSignals()`** method of the SerialPort interface returns a Promise that resolves with an object containing the current state of the port's control signals.
* The **`getSignals()`** method of the SerialPort interface returns a Promise that resolves with an object containing the current state of the port's control signals.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SerialPort/getSignals)
*/
Expand Down Expand Up @@ -14302,7 +14303,7 @@ interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, N
*/
readonly permissions: Permissions;
/**
* The **`serial`** read-only property of the WorkerNavigator interface returns a Serial object which represents the entry point into the Web Serial API.
* The **`serial`** read-only property of the WorkerNavigator interface returns a Serial object which represents the worker entry point into the Web Serial API.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator/serial)
*/
Expand Down
100 changes: 71 additions & 29 deletions baselines/ts5.6/dom.generated.d.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions baselines/ts5.6/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
1 change: 1 addition & 0 deletions baselines/ts5.6/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down
11 changes: 6 additions & 5 deletions baselines/ts5.6/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ interface GPUPipelineErrorInit {

interface GPUPipelineLayoutDescriptor extends GPUObjectDescriptorBase {
bindGroupLayouts: (GPUBindGroupLayout | null)[];
immediateSize?: GPUSize32;
}

interface GPUPrimitiveState {
Expand Down Expand Up @@ -9762,7 +9763,7 @@ declare var SecurityPolicyViolationEvent: {
*/
interface Serial extends EventTarget {
/**
* The **`getPorts()`** method of the Serial interface returns a Promise that resolves with an array of SerialPort objects representing serial ports connected to the host which the origin has permission to access.
* The **`getPorts()`** method of the Serial interface returns a Promise that resolves with an array of SerialPort objects representing serial ports connected to the host that the origin has permission to access.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Serial/getPorts)
*/
Expand Down Expand Up @@ -9809,13 +9810,13 @@ interface SerialPort extends EventTarget {
*/
readonly writable: WritableStream | null;
/**
* The **`SerialPort.close()`** method of the SerialPort interface returns a Promise that resolves when the port closes.
* The **`close()`** method of the SerialPort interface returns a Promise that resolves when the port closes.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SerialPort/close)
*/
close(): Promise<void>;
/**
* The **`SerialPort.forget()`** method of the SerialPort interface returns a Promise that resolves when access to the serial port is revoked.
* The **`forget()`** method of the SerialPort interface returns a Promise that resolves when access to the serial port is revoked.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SerialPort/forget)
*/
Expand All @@ -9827,7 +9828,7 @@ interface SerialPort extends EventTarget {
*/
getInfo(): SerialPortInfo;
/**
* The **`SerialPort.getSignals()`** method of the SerialPort interface returns a Promise that resolves with an object containing the current state of the port's control signals.
* The **`getSignals()`** method of the SerialPort interface returns a Promise that resolves with an object containing the current state of the port's control signals.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SerialPort/getSignals)
*/
Expand Down Expand Up @@ -14302,7 +14303,7 @@ interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, N
*/
readonly permissions: Permissions;
/**
* The **`serial`** read-only property of the WorkerNavigator interface returns a Serial object which represents the entry point into the Web Serial API.
* The **`serial`** read-only property of the WorkerNavigator interface returns a Serial object which represents the worker entry point into the Web Serial API.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator/serial)
*/
Expand Down
Loading