Restore WebGLRenderingContextBase#canvas (#1051)

* Restore WebGLRenderingContextBase#canvas

Closes #1050.

* feedback
This commit is contained in:
Kagami Sascha Rosylight 2021-07-03 03:16:07 +02:00 коммит произвёл GitHub
Родитель b5f95cd93a
Коммит 18c98d8571
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 16 добавлений и 0 удалений

1
baselines/dom.generated.d.ts поставляемый
Просмотреть файл

@ -16482,6 +16482,7 @@ declare var WebGLRenderingContext: {
};
interface WebGLRenderingContextBase {
readonly canvas: HTMLCanvasElement;
readonly drawingBufferHeight: GLsizei;
readonly drawingBufferWidth: GLsizei;
activeTexture(texture: GLenum): void;

Просмотреть файл

@ -179,6 +179,20 @@
]
}
},
"WebGLRenderingContextBase": {
"properties": {
"property": {
"canvas": {
"exposed": "Window",
// https://github.com/KhronosGroup/WebGL/pull/3296 will make these redundant
"name": "canvas",
"type": "HTMLCanvasElement",
"readonly": true
}
}
}
},
"WindowEventHandlers": {
"events": {
"event": [

Просмотреть файл

@ -16,6 +16,7 @@
"WebGLRenderingContextBase": {
"properties": {
"namesakes": {
// https://github.com/KhronosGroup/WebGL/pull/3296 will make this redundant
"canvas": null
}
}