Skip to content

Commit 0921ccf

Browse files
merged down
1 parent 1eb4210 commit 0921ccf

16 files changed

+16350
-9053
lines changed

baselines/dom.generated.d.ts

Lines changed: 5689 additions & 3016 deletions
Large diffs are not rendered by default.

baselines/serviceworker.generated.d.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9856,6 +9856,40 @@ interface WebGLRenderingContextBase {
98569856
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
98579857
getError(): GLenum;
98589858
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9859+
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9860+
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9861+
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
9862+
getExtension(extensionName: "EXT_color_buffer_half_float"): EXT_color_buffer_half_float | null;
9863+
getExtension(extensionName: "EXT_float_blend"): EXT_float_blend | null;
9864+
getExtension(extensionName: "EXT_frag_depth"): EXT_frag_depth | null;
9865+
getExtension(extensionName: "EXT_sRGB"): EXT_sRGB | null;
9866+
getExtension(extensionName: "EXT_shader_texture_lod"): EXT_shader_texture_lod | null;
9867+
getExtension(extensionName: "EXT_texture_compression_bptc"): EXT_texture_compression_bptc | null;
9868+
getExtension(extensionName: "EXT_texture_compression_rgtc"): EXT_texture_compression_rgtc | null;
9869+
getExtension(extensionName: "EXT_texture_filter_anisotropic"): EXT_texture_filter_anisotropic | null;
9870+
getExtension(extensionName: "KHR_parallel_shader_compile"): KHR_parallel_shader_compile | null;
9871+
getExtension(extensionName: "OES_element_index_uint"): OES_element_index_uint | null;
9872+
getExtension(extensionName: "OES_fbo_render_mipmap"): OES_fbo_render_mipmap | null;
9873+
getExtension(extensionName: "OES_standard_derivatives"): OES_standard_derivatives | null;
9874+
getExtension(extensionName: "OES_texture_float"): OES_texture_float | null;
9875+
getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
9876+
getExtension(extensionName: "OES_texture_half_float"): OES_texture_half_float | null;
9877+
getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;
9878+
getExtension(extensionName: "OES_vertex_array_object"): OES_vertex_array_object | null;
9879+
getExtension(extensionName: "OVR_multiview2"): OVR_multiview2 | null;
9880+
getExtension(extensionName: "WEBGL_color_buffer_float"): WEBGL_color_buffer_float | null;
9881+
getExtension(extensionName: "WEBGL_compressed_texture_astc"): WEBGL_compressed_texture_astc | null;
9882+
getExtension(extensionName: "WEBGL_compressed_texture_etc"): WEBGL_compressed_texture_etc | null;
9883+
getExtension(extensionName: "WEBGL_compressed_texture_etc1"): WEBGL_compressed_texture_etc1 | null;
9884+
getExtension(extensionName: "WEBGL_compressed_texture_pvrtc"): WEBGL_compressed_texture_pvrtc | null;
9885+
getExtension(extensionName: "WEBGL_compressed_texture_s3tc"): WEBGL_compressed_texture_s3tc | null;
9886+
getExtension(extensionName: "WEBGL_compressed_texture_s3tc_srgb"): WEBGL_compressed_texture_s3tc_srgb | null;
9887+
getExtension(extensionName: "WEBGL_debug_renderer_info"): WEBGL_debug_renderer_info | null;
9888+
getExtension(extensionName: "WEBGL_debug_shaders"): WEBGL_debug_shaders | null;
9889+
getExtension(extensionName: "WEBGL_depth_texture"): WEBGL_depth_texture | null;
9890+
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9891+
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9892+
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
98599893
getExtension(name: string): any;
98609894
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
98619895
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;

baselines/sharedworker.generated.d.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9393,6 +9393,40 @@ interface WebGLRenderingContextBase {
93939393
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
93949394
getError(): GLenum;
93959395
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9396+
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9397+
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9398+
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
9399+
getExtension(extensionName: "EXT_color_buffer_half_float"): EXT_color_buffer_half_float | null;
9400+
getExtension(extensionName: "EXT_float_blend"): EXT_float_blend | null;
9401+
getExtension(extensionName: "EXT_frag_depth"): EXT_frag_depth | null;
9402+
getExtension(extensionName: "EXT_sRGB"): EXT_sRGB | null;
9403+
getExtension(extensionName: "EXT_shader_texture_lod"): EXT_shader_texture_lod | null;
9404+
getExtension(extensionName: "EXT_texture_compression_bptc"): EXT_texture_compression_bptc | null;
9405+
getExtension(extensionName: "EXT_texture_compression_rgtc"): EXT_texture_compression_rgtc | null;
9406+
getExtension(extensionName: "EXT_texture_filter_anisotropic"): EXT_texture_filter_anisotropic | null;
9407+
getExtension(extensionName: "KHR_parallel_shader_compile"): KHR_parallel_shader_compile | null;
9408+
getExtension(extensionName: "OES_element_index_uint"): OES_element_index_uint | null;
9409+
getExtension(extensionName: "OES_fbo_render_mipmap"): OES_fbo_render_mipmap | null;
9410+
getExtension(extensionName: "OES_standard_derivatives"): OES_standard_derivatives | null;
9411+
getExtension(extensionName: "OES_texture_float"): OES_texture_float | null;
9412+
getExtension(extensionName: "OES_texture_float_linear"): OES_texture_float_linear | null;
9413+
getExtension(extensionName: "OES_texture_half_float"): OES_texture_half_float | null;
9414+
getExtension(extensionName: "OES_texture_half_float_linear"): OES_texture_half_float_linear | null;
9415+
getExtension(extensionName: "OES_vertex_array_object"): OES_vertex_array_object | null;
9416+
getExtension(extensionName: "OVR_multiview2"): OVR_multiview2 | null;
9417+
getExtension(extensionName: "WEBGL_color_buffer_float"): WEBGL_color_buffer_float | null;
9418+
getExtension(extensionName: "WEBGL_compressed_texture_astc"): WEBGL_compressed_texture_astc | null;
9419+
getExtension(extensionName: "WEBGL_compressed_texture_etc"): WEBGL_compressed_texture_etc | null;
9420+
getExtension(extensionName: "WEBGL_compressed_texture_etc1"): WEBGL_compressed_texture_etc1 | null;
9421+
getExtension(extensionName: "WEBGL_compressed_texture_pvrtc"): WEBGL_compressed_texture_pvrtc | null;
9422+
getExtension(extensionName: "WEBGL_compressed_texture_s3tc"): WEBGL_compressed_texture_s3tc | null;
9423+
getExtension(extensionName: "WEBGL_compressed_texture_s3tc_srgb"): WEBGL_compressed_texture_s3tc_srgb | null;
9424+
getExtension(extensionName: "WEBGL_debug_renderer_info"): WEBGL_debug_renderer_info | null;
9425+
getExtension(extensionName: "WEBGL_debug_shaders"): WEBGL_debug_shaders | null;
9426+
getExtension(extensionName: "WEBGL_depth_texture"): WEBGL_depth_texture | null;
9427+
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9428+
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9429+
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
93969430
getExtension(name: string): any;
93979431
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
93989432
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;

0 commit comments

Comments
 (0)