File tree 8 files changed +28
-25
lines changed
8 files changed +28
-25
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ interface AudioDataInit {
121
121
122
122
interface AudioDecoderConfig {
123
123
codec: string;
124
- description?: BufferSource ;
124
+ description?: AllowSharedBufferSource ;
125
125
numberOfChannels: number;
126
126
sampleRate: number;
127
127
}
@@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
232
232
type?: BiquadFilterType;
233
233
}
234
234
235
- interface BlobEventInit {
235
+ interface BlobEventInit extends EventInit {
236
236
data: Blob;
237
237
timecode?: DOMHighResTimeStamp;
238
238
}
@@ -15745,6 +15745,7 @@ declare var ImageBitmapRenderingContext: {
15745
15745
15746
15746
/**
15747
15747
* 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.
15748
15749
*
15749
15750
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
15750
15751
*/
@@ -21136,7 +21137,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
21136
21137
};
21137
21138
21138
21139
/**
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.
21140
21141
*
21141
21142
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
21142
21143
*/
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ interface AudioDataInit {
121
121
122
122
interface AudioDecoderConfig {
123
123
codec: string;
124
- description?: BufferSource ;
124
+ description?: AllowSharedBufferSource ;
125
125
numberOfChannels: number;
126
126
sampleRate: number;
127
127
}
@@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
232
232
type?: BiquadFilterType;
233
233
}
234
234
235
- interface BlobEventInit {
235
+ interface BlobEventInit extends EventInit {
236
236
data: Blob;
237
237
timecode?: DOMHighResTimeStamp;
238
238
}
@@ -15725,6 +15725,7 @@ declare var ImageBitmapRenderingContext: {
15725
15725
15726
15726
/**
15727
15727
* 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.
15728
15729
*
15729
15730
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
15730
15731
*/
@@ -21115,7 +21116,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
21115
21116
};
21116
21117
21117
21118
/**
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.
21119
21120
*
21120
21121
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
21121
21122
*/
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ interface AudioDataInit {
66
66
67
67
interface AudioDecoderConfig {
68
68
codec : string ;
69
- description ?: BufferSource ;
69
+ description ?: AllowSharedBufferSource ;
70
70
numberOfChannels : number ;
71
71
sampleRate : number ;
72
72
}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ interface AudioDataInit {
121
121
122
122
interface AudioDecoderConfig {
123
123
codec: string;
124
- description?: BufferSource ;
124
+ description?: AllowSharedBufferSource ;
125
125
numberOfChannels: number;
126
126
sampleRate: number;
127
127
}
@@ -232,7 +232,7 @@ interface BiquadFilterOptions extends AudioNodeOptions {
232
232
type?: BiquadFilterType;
233
233
}
234
234
235
- interface BlobEventInit {
235
+ interface BlobEventInit extends EventInit {
236
236
data: Blob;
237
237
timecode?: DOMHighResTimeStamp;
238
238
}
@@ -15745,6 +15745,7 @@ declare var ImageBitmapRenderingContext: {
15745
15745
15746
15746
/**
15747
15747
* 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.
15748
15749
*
15749
15750
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
15750
15751
*/
@@ -21136,7 +21137,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
21136
21137
};
21137
21138
21138
21139
/**
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.
21140
21141
*
21141
21142
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
21142
21143
*/
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ interface AudioDataInit {
66
66
67
67
interface AudioDecoderConfig {
68
68
codec : string ;
69
- description ?: BufferSource ;
69
+ description ?: AllowSharedBufferSource ;
70
70
numberOfChannels : number ;
71
71
sampleRate : number ;
72
72
}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ interface AudioDataInit {
66
66
67
67
interface AudioDecoderConfig {
68
68
codec : string ;
69
- description ?: BufferSource ;
69
+ description ?: AllowSharedBufferSource ;
70
70
numberOfChannels : number ;
71
71
sampleRate : number ;
72
72
}
You can’t perform that action at this time.
0 commit comments