@@ -121,7 +121,7 @@ interface AudioDataInit {
121121
122122interface 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}
@@ -18461,6 +18461,7 @@ 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.
1846418465 *
1846518466 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1846618467 */
@@ -26211,7 +26212,7 @@ declare var SVGAnimateTransformElement: {
2621126212};
2621226213
2621326214/**
26214- * The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
26215+ * The ** `SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
2621526216 *
2621626217 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
2621726218 */
@@ -26236,7 +26237,7 @@ declare var SVGAnimatedAngle: {
2623626237};
2623726238
2623826239/**
26239- * The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
26240+ * The ** `SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
2624026241 *
2624126242 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
2624226243 */
@@ -26286,7 +26287,7 @@ declare var SVGAnimatedEnumeration: {
2628626287};
2628726288
2628826289/**
26289- * The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
26290+ * The ** `SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
2629026291 *
2629126292 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
2629226293 */
@@ -26336,7 +26337,7 @@ declare var SVGAnimatedLength: {
2633626337};
2633726338
2633826339/**
26339- * The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
26340+ * The ** `SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
2634026341 *
2634126342 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
2634226343 */
@@ -26443,7 +26444,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
2644326444};
2644426445
2644526446/**
26446- * The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
26447+ * The ** `SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
2644726448 *
2644826449 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
2644926450 */
@@ -26493,7 +26494,7 @@ declare var SVGAnimatedString: {
2649326494};
2649426495
2649526496/**
26496- * The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
26497+ * The ** `SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
2649726498 *
2649826499 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
2649926500 */
@@ -26639,7 +26640,7 @@ declare var SVGClipPathElement: {
2663926640};
2664026641
2664126642/**
26642- * The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
26643+ * The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
2664326644 *
2664426645 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
2664526646 */
@@ -28813,7 +28814,7 @@ declare var SVGPolylineElement: {
2881328814};
2881428815
2881528816/**
28816- * The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements .
28817+ * The ** `SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
2881728818 *
2881828819 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
2881928820 */
0 commit comments