Skip to content

Commit ff14106

Browse files
committed
Update
1 parent ebfc8c4 commit ff14106

File tree

6 files changed

+18
-21
lines changed

6 files changed

+18
-21
lines changed

baselines/dom.generated.d.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AudioDataInit {
121121

122122
interface AudioDecoderConfig {
123123
codec: string;
124-
description?: AllowSharedBufferSource;
124+
description?: BufferSource;
125125
numberOfChannels: number;
126126
sampleRate: number;
127127
}
@@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
232232
type?: BiquadFilterType;
233233
}
234234

235-
interface BlobEventInit extends EventInit {
235+
interface BlobEventInit {
236236
data: Blob;
237237
timecode?: DOMHighResTimeStamp;
238238
}
@@ -18461,7 +18461,6 @@ declare var ImageBitmapRenderingContext: {
1846118461

1846218462
/**
1846318463
* The **`ImageCapture`** interface of the MediaStream Image Capture API provides methods to enable the capture of images or photos from a camera or other photographic device.
18464-
* Available only in secure contexts.
1846518464
*
1846618465
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1846718466
*/
@@ -19737,7 +19736,7 @@ interface MediaKeySession extends EventTarget {
1973719736
*/
1973819737
close(): Promise<void>;
1973919738
/**
19740-
* The `generateRequest()` method of the MediaKeySession interface returns a Promise after generating a media request based on initialization data.
19739+
* The `generateRequest()` method of the MediaKeySession interface returns a Promise after generating a license request based on initialization data.
1974119740
*
1974219741
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaKeySession/generateRequest)
1974319742
*/
@@ -25395,7 +25394,7 @@ interface Range extends AbstractRange {
2539525394
*/
2539625395
selectNodeContents(node: Node): void;
2539725396
/**
25398-
* The **`Range.setEnd()`** method sets the end position of a Range to be located at the given offset into the specified node x.Setting the end point above (higher in the document) than the start point will result in a collapsed range with the start and end points both set to the specified end position.
25397+
* The **`Range.setEnd()`** method sets the end position of a Range to be located at the given offset into the specified node.
2539925398
*
2540025399
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/setEnd)
2540125400
*/
@@ -28158,7 +28157,7 @@ interface SVGLength {
2815828157
*/
2815928158
value: number;
2816028159
/**
28161-
* The `valueAsString` property of the SVGLength interface represents the \<length>'s value as a strin\*, in the units expressed by SVGLength.unitType.
28160+
* The `valueAsString` property of the SVGLength interface represents the \<length>'s value as a string, in the units expressed by SVGLength.unitType.
2816228161
*
2816328162
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLength/valueAsString)
2816428163
*/

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AudioDataInit {
121121

122122
interface AudioDecoderConfig {
123123
codec: string;
124-
description?: AllowSharedBufferSource;
124+
description?: BufferSource;
125125
numberOfChannels: number;
126126
sampleRate: number;
127127
}
@@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
232232
type?: BiquadFilterType;
233233
}
234234

235-
interface BlobEventInit extends EventInit {
235+
interface BlobEventInit {
236236
data: Blob;
237237
timecode?: DOMHighResTimeStamp;
238238
}
@@ -18441,7 +18441,6 @@ declare var ImageBitmapRenderingContext: {
1844118441

1844218442
/**
1844318443
* The **`ImageCapture`** interface of the MediaStream Image Capture API provides methods to enable the capture of images or photos from a camera or other photographic device.
18444-
* Available only in secure contexts.
1844518444
*
1844618445
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1844718446
*/
@@ -19717,7 +19716,7 @@ interface MediaKeySession extends EventTarget {
1971719716
*/
1971819717
close(): Promise<void>;
1971919718
/**
19720-
* The `generateRequest()` method of the MediaKeySession interface returns a Promise after generating a media request based on initialization data.
19719+
* The `generateRequest()` method of the MediaKeySession interface returns a Promise after generating a license request based on initialization data.
1972119720
*
1972219721
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaKeySession/generateRequest)
1972319722
*/
@@ -25375,7 +25374,7 @@ interface Range extends AbstractRange {
2537525374
*/
2537625375
selectNodeContents(node: Node): void;
2537725376
/**
25378-
* The **`Range.setEnd()`** method sets the end position of a Range to be located at the given offset into the specified node x.Setting the end point above (higher in the document) than the start point will result in a collapsed range with the start and end points both set to the specified end position.
25377+
* The **`Range.setEnd()`** method sets the end position of a Range to be located at the given offset into the specified node.
2537925378
*
2538025379
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/setEnd)
2538125380
*/
@@ -28137,7 +28136,7 @@ interface SVGLength {
2813728136
*/
2813828137
value: number;
2813928138
/**
28140-
* The `valueAsString` property of the SVGLength interface represents the \<length>'s value as a strin\*, in the units expressed by SVGLength.unitType.
28139+
* The `valueAsString` property of the SVGLength interface represents the \<length>'s value as a string, in the units expressed by SVGLength.unitType.
2814128140
*
2814228141
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLength/valueAsString)
2814328142
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface AudioDataInit {
6666

6767
interface AudioDecoderConfig {
6868
codec: string;
69-
description?: AllowSharedBufferSource;
69+
description?: BufferSource;
7070
numberOfChannels: number;
7171
sampleRate: number;
7272
}

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AudioDataInit {
121121

122122
interface AudioDecoderConfig {
123123
codec: string;
124-
description?: AllowSharedBufferSource;
124+
description?: BufferSource;
125125
numberOfChannels: number;
126126
sampleRate: number;
127127
}
@@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
232232
type?: BiquadFilterType;
233233
}
234234

235-
interface BlobEventInit extends EventInit {
235+
interface BlobEventInit {
236236
data: Blob;
237237
timecode?: DOMHighResTimeStamp;
238238
}
@@ -18461,7 +18461,6 @@ declare var ImageBitmapRenderingContext: {
1846118461

1846218462
/**
1846318463
* The **`ImageCapture`** interface of the MediaStream Image Capture API provides methods to enable the capture of images or photos from a camera or other photographic device.
18464-
* Available only in secure contexts.
1846518464
*
1846618465
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1846718466
*/
@@ -19737,7 +19736,7 @@ interface MediaKeySession extends EventTarget {
1973719736
*/
1973819737
close(): Promise<void>;
1973919738
/**
19740-
* The `generateRequest()` method of the MediaKeySession interface returns a Promise after generating a media request based on initialization data.
19739+
* The `generateRequest()` method of the MediaKeySession interface returns a Promise after generating a license request based on initialization data.
1974119740
*
1974219741
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaKeySession/generateRequest)
1974319742
*/
@@ -25395,7 +25394,7 @@ interface Range extends AbstractRange {
2539525394
*/
2539625395
selectNodeContents(node: Node): void;
2539725396
/**
25398-
* The **`Range.setEnd()`** method sets the end position of a Range to be located at the given offset into the specified node x.Setting the end point above (higher in the document) than the start point will result in a collapsed range with the start and end points both set to the specified end position.
25397+
* The **`Range.setEnd()`** method sets the end position of a Range to be located at the given offset into the specified node.
2539925398
*
2540025399
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/setEnd)
2540125400
*/
@@ -28158,7 +28157,7 @@ interface SVGLength {
2815828157
*/
2815928158
value: number;
2816028159
/**
28161-
* The `valueAsString` property of the SVGLength interface represents the \<length>'s value as a strin\*, in the units expressed by SVGLength.unitType.
28160+
* The `valueAsString` property of the SVGLength interface represents the \<length>'s value as a string, in the units expressed by SVGLength.unitType.
2816228161
*
2816328162
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGLength/valueAsString)
2816428163
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface AudioDataInit {
6666

6767
interface AudioDecoderConfig {
6868
codec: string;
69-
description?: AllowSharedBufferSource;
69+
description?: BufferSource;
7070
numberOfChannels: number;
7171
sampleRate: number;
7272
}

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface AudioDataInit {
6666

6767
interface AudioDecoderConfig {
6868
codec: string;
69-
description?: AllowSharedBufferSource;
69+
description?: BufferSource;
7070
numberOfChannels: number;
7171
sampleRate: number;
7272
}

0 commit comments

Comments
 (0)