File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -16482,6 +16482,7 @@ declare var WebGLRenderingContext: {
1648216482};
1648316483
1648416484interface WebGLRenderingContextBase {
16485+ readonly canvas: HTMLCanvasElement;
1648516486 readonly drawingBufferHeight: GLsizei;
1648616487 readonly drawingBufferWidth: GLsizei;
1648716488 activeTexture(texture: GLenum): void;
Original file line number Diff line number Diff line change 179179 ]
180180 }
181181 },
182+ "WebGLRenderingContextBase" : {
183+ "properties" : {
184+ "property" : {
185+ "canvas" : {
186+ "exposed" : " Window" ,
187+
188+ // https://github.com/KhronosGroup/WebGL/pull/3296 will make these redundant
189+ "name" : " canvas" ,
190+ "type" : " HTMLCanvasElement" ,
191+ "readonly" : true
192+ }
193+ }
194+ }
195+ },
182196 "WindowEventHandlers" : {
183197 "events" : {
184198 "event" : [
Original file line number Diff line number Diff line change 1616 "WebGLRenderingContextBase" : {
1717 "properties" : {
1818 "namesakes" : {
19+ // https://github.com/KhronosGroup/WebGL/pull/3296 will make this redundant
1920 "canvas" : null
2021 }
2122 }
You can’t perform that action at this time.
0 commit comments