Closed
Description
Not for 1.13 today.
Discussion: https://twitter.com/pjcozzi/status/638390320619761664
If we need to workaround this, replace all uses of WebGLRenderingContext
with the actual constant, e.g.,
WebGLRenderingContext.LESS
becomes
0x0201 // WebGLRenderingContext.LESS
@lilleyse let's discuss.