Skip to content

Commit ebfc8c4

Browse files
authored
Merge branch 'microsoft:main' into descriptions
2 parents 3c7d15a + 034836d commit ebfc8c4

22 files changed

+318
-501
lines changed

baselines/dom.generated.d.ts

Lines changed: 11 additions & 10 deletions
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
}
@@ -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
*/

baselines/dom.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ interface WebGL2RenderingContextBase {
443443
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
444444
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
445445
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
446-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
446+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
447447
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
448448
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
449449
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

baselines/serviceworker.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ interface WebGL2RenderingContextBase {
208208
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
209209
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
210210
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
211-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
211+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
212212
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
213213
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
214214
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

baselines/sharedworker.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ interface WebGL2RenderingContextBase {
208208
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
209209
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
210210
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
211-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
211+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
212212
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
213213
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
214214
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

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

Lines changed: 11 additions & 10 deletions
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
}
@@ -18441,6 +18441,7 @@ 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.
1844418445
*
1844518446
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ImageCapture)
1844618447
*/
@@ -26190,7 +26191,7 @@ declare var SVGAnimateTransformElement: {
2619026191
};
2619126192

2619226193
/**
26193-
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
26194+
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
2619426195
*
2619526196
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
2619626197
*/
@@ -26215,7 +26216,7 @@ declare var SVGAnimatedAngle: {
2621526216
};
2621626217

2621726218
/**
26218-
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
26219+
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
2621926220
*
2622026221
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
2622126222
*/
@@ -26265,7 +26266,7 @@ declare var SVGAnimatedEnumeration: {
2626526266
};
2626626267

2626726268
/**
26268-
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
26269+
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
2626926270
*
2627026271
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
2627126272
*/
@@ -26315,7 +26316,7 @@ declare var SVGAnimatedLength: {
2631526316
};
2631626317

2631726318
/**
26318-
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
26319+
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
2631926320
*
2632026321
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
2632126322
*/
@@ -26422,7 +26423,7 @@ declare var SVGAnimatedPreserveAspectRatio: {
2642226423
};
2642326424

2642426425
/**
26425-
* The `SVGAnimatedRect` interface is used for attributes of basic SVGRect which can be animated.
26426+
* The **`SVGAnimatedRect`** interface represents an SVGRect attribute that can be animated.
2642626427
*
2642726428
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedRect)
2642826429
*/
@@ -26472,7 +26473,7 @@ declare var SVGAnimatedString: {
2647226473
};
2647326474

2647426475
/**
26475-
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
26476+
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
2647626477
*
2647726478
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
2647826479
*/
@@ -26618,7 +26619,7 @@ declare var SVGClipPathElement: {
2661826619
};
2661926620

2662026621
/**
26621-
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
26622+
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
2662226623
*
2662326624
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
2662426625
*/
@@ -28792,7 +28793,7 @@ declare var SVGPolylineElement: {
2879228793
};
2879328794

2879428795
/**
28795-
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
28796+
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
2879628797
*
2879728798
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
2879828799
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ interface WebGL2RenderingContextBase {
423423
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
424424
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
425425
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
426-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
426+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
427427
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
428428
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
429429
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

baselines/ts5.5/serviceworker.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ interface WebGL2RenderingContextBase {
192192
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
193193
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
194194
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
195-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
195+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
196196
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
197197
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
198198
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

baselines/ts5.5/sharedworker.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ interface WebGL2RenderingContextBase {
192192
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
193193
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
194194
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
195-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
195+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
196196
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
197197
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
198198
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

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?: BufferSource;
69+
description?: AllowSharedBufferSource;
7070
numberOfChannels: number;
7171
sampleRate: number;
7272
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ interface WebGL2RenderingContextBase {
196196
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
197197
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
198198
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
199-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
199+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
200200
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
201201
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
202202
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

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

Lines changed: 11 additions & 10 deletions
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
}
@@ -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
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ interface WebGL2RenderingContextBase {
443443
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
444444
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
445445
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
446-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
446+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
447447
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
448448
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
449449
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

baselines/ts5.6/serviceworker.iterable.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ interface WebGL2RenderingContextBase {
208208
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
209209
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
210210
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
211-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): Iterable<GLuint> | null;
211+
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
212212
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
213213
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
214214
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */

0 commit comments

Comments
 (0)