Skip to content

Commit a2ef7c2

Browse files
🤖 Update core dependencies (#2008)
Co-authored-by: saschanaz <[email protected]>
1 parent 2e223d5 commit a2ef7c2

8 files changed

+28
-25
lines changed

baselines/dom.generated.d.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AudioDataInit {
121121

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

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

1574615746
/**
1574715747
* 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.
15748+
* Available only in secure contexts.
1574815749
*
1574915750
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1575015751
*/
@@ -21136,7 +21137,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
2113621137
};
2113721138

2113821139
/**
21139-
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
21140+
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
2114021141
*
2114121142
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
2114221143
*/

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AudioDataInit {
121121

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

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

1572615726
/**
1572715727
* 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.
15728+
* Available only in secure contexts.
1572815729
*
1572915730
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1573015731
*/
@@ -21115,7 +21116,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
2111521116
};
2111621117

2111721118
/**
21118-
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
21119+
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
2111921120
*
2112021121
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
2112121122
*/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface AudioDataInit {
6666

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

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ interface AudioDataInit {
121121

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

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

1574615746
/**
1574715747
* 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.
15748+
* Available only in secure contexts.
1574815749
*
1574915750
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1575015751
*/
@@ -21136,7 +21137,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
2113621137
};
2113721138

2113821139
/**
21139-
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
21140+
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
2114021141
*
2114121142
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
2114221143
*/

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface AudioDataInit {
6666

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

baselines/webworker.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ interface AudioDataInit {
6666

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

inputfiles/mdn

Submodule mdn updated 821 files

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)