Add Exposed

This commit is contained in:
Anton Danilkin 2018-08-10 00:52:12 +03:00
parent 5127dd3f95
commit d9d8f761f1

View File

@ -26,7 +26,8 @@ typedef (Uint32Array or sequence<GLuint>) Uint32List;
// WebGL2 spec has this as an empty interface that pulls in everything
// via WebGL2RenderingContextBase.
[Pref="webgl.enable-webgl2"]
[Exposed=(Window,Worker),
Pref="webgl.enable-webgl2"]
interface WebGL2RenderingContext
{
};