google / google/closure-compiler
WebGL2RenderingContext should not extend WebGLRenderingContext
Open
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
```
document.createElement("canvas").getContext("webgl2") instanceof WebGLRenderingContext
```
is `false`, so I think these contexts should not extend each other.
Contributor guide
Assessment
This issue has not been assessed yet.