Skip to content

Commit 88a21b9

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 882eef0 commit 88a21b9

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

baselines/dom.generated.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8512,7 +8512,7 @@ declare var CompressionStream: {
85128512
*/
85138513
interface ConstantSourceNode extends AudioScheduledSourceNode {
85148514
/**
8515-
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
8515+
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
85168516
*
85178517
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
85188518
*/
@@ -19049,7 +19049,7 @@ declare var IDBVersionChangeEvent: {
1904919049
};
1905019050

1905119051
/**
19052-
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
19052+
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
1905319053
*
1905419054
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
1905519055
*/
@@ -19174,7 +19174,7 @@ interface ImageCapture {
1917419174
*/
1917519175
getPhotoSettings(): Promise<PhotoSettings>;
1917619176
/**
19177-
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
19177+
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
1917819178
*
1917919179
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
1918019180
*/
@@ -29835,7 +29835,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
2983529835
*/
2983629836
createSVGPoint(): DOMPoint;
2983729837
/**
29838-
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
29838+
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
2983929839
*
2984029840
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
2984129841
*/
@@ -31385,7 +31385,7 @@ interface SourceBuffer extends EventTarget {
3138531385
*/
3138631386
timestampOffset: number;
3138731387
/**
31388-
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
31388+
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
3138931389
*
3139031390
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
3139131391
*/

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8501,7 +8501,7 @@ declare var CompressionStream: {
85018501
*/
85028502
interface ConstantSourceNode extends AudioScheduledSourceNode {
85038503
/**
8504-
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
8504+
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
85058505
*
85068506
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
85078507
*/
@@ -19025,7 +19025,7 @@ declare var IDBVersionChangeEvent: {
1902519025
};
1902619026

1902719027
/**
19028-
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
19028+
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
1902919029
*
1903019030
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
1903119031
*/
@@ -19150,7 +19150,7 @@ interface ImageCapture {
1915019150
*/
1915119151
getPhotoSettings(): Promise<PhotoSettings>;
1915219152
/**
19153-
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
19153+
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
1915419154
*
1915519155
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
1915619156
*/
@@ -29810,7 +29810,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
2981029810
*/
2981129811
createSVGPoint(): DOMPoint;
2981229812
/**
29813-
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
29813+
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
2981429814
*
2981529815
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
2981629816
*/
@@ -31360,7 +31360,7 @@ interface SourceBuffer extends EventTarget {
3136031360
*/
3136131361
timestampOffset: number;
3136231362
/**
31363-
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
31363+
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
3136431364
*
3136531365
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
3136631366
*/

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8509,7 +8509,7 @@ declare var CompressionStream: {
85098509
*/
85108510
interface ConstantSourceNode extends AudioScheduledSourceNode {
85118511
/**
8512-
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
8512+
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
85138513
*
85148514
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
85158515
*/
@@ -19046,7 +19046,7 @@ declare var IDBVersionChangeEvent: {
1904619046
};
1904719047

1904819048
/**
19049-
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
19049+
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
1905019050
*
1905119051
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
1905219052
*/
@@ -19171,7 +19171,7 @@ interface ImageCapture {
1917119171
*/
1917219172
getPhotoSettings(): Promise<PhotoSettings>;
1917319173
/**
19174-
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
19174+
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
1917519175
*
1917619176
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
1917719177
*/
@@ -29832,7 +29832,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
2983229832
*/
2983329833
createSVGPoint(): DOMPoint;
2983429834
/**
29835-
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
29835+
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
2983629836
*
2983729837
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
2983829838
*/
@@ -31382,7 +31382,7 @@ interface SourceBuffer extends EventTarget {
3138231382
*/
3138331383
timestampOffset: number;
3138431384
/**
31385-
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
31385+
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
3138631386
*
3138731387
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
3138831388
*/

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8509,7 +8509,7 @@ declare var CompressionStream: {
85098509
*/
85108510
interface ConstantSourceNode extends AudioScheduledSourceNode {
85118511
/**
8512-
* The read-only `offset` property of the ConstantSourceNode interface returns a AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
8512+
* The read-only `offset` property of the ConstantSourceNode interface returns an AudioParam object indicating the numeric a-rate value which is always returned by the source when asked for the next sample.
85138513
*
85148514
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ConstantSourceNode/offset)
85158515
*/
@@ -19046,7 +19046,7 @@ declare var IDBVersionChangeEvent: {
1904619046
};
1904719047

1904819048
/**
19049-
* The **`IIRFilterNode`** interface of the Web Audio API is a AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
19049+
* The **`IIRFilterNode`** interface of the Web Audio API is an AudioNode processor which implements a general **infinite impulse response** (IIR) filter; this type of filter can be used to implement tone control devices and graphic equalizers as well.
1905019050
*
1905119051
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IIRFilterNode)
1905219052
*/
@@ -19171,7 +19171,7 @@ interface ImageCapture {
1917119171
*/
1917219172
getPhotoSettings(): Promise<PhotoSettings>;
1917319173
/**
19174-
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with a ImageBitmap containing the snapshot.
19174+
* The **`grabFrame()`** method of the ImageCapture interface takes a snapshot of the live video in a MediaStreamTrack and returns a Promise that resolves with an ImageBitmap containing the snapshot.
1917519175
*
1917619176
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture/grabFrame)
1917719177
*/
@@ -29832,7 +29832,7 @@ interface SVGSVGElement extends SVGGraphicsElement, SVGFitToViewBox, WindowEvent
2983229832
*/
2983329833
createSVGPoint(): DOMPoint;
2983429834
/**
29835-
* The `createSVGRect()` method of the SVGSVGElement interface creates an DOMRect object outside of any document trees.
29835+
* The `createSVGRect()` method of the SVGSVGElement interface creates a DOMRect object outside of any document trees.
2983629836
*
2983729837
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGSVGElement/createSVGRect)
2983829838
*/
@@ -31382,7 +31382,7 @@ interface SourceBuffer extends EventTarget {
3138231382
*/
3138331383
timestampOffset: number;
3138431384
/**
31385-
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer() or SourceBuffer.remove() operation is currently in progress.
31385+
* The **`updating`** read-only property of the SourceBuffer interface indicates whether the `SourceBuffer` is currently being updated — i.e., whether an SourceBuffer.appendBuffer or SourceBuffer.remove operation is currently in progress.
3138631386
*
3138731387
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SourceBuffer/updating)
3138831388
*/

inputfiles/mdn

Submodule mdn updated 1829 files

0 commit comments

Comments
 (0)