These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
7 lines
299 B
Text
7 lines
299 B
Text
// https://html.spec.whatwg.org/multipage/canvas.html#offscreenrenderingcontext
|
|
typedef (OffscreenCanvasRenderingContext2D or
|
|
WebGLRenderingContext or
|
|
//FIXME: ImageBitmapRenderingContext or
|
|
WebGL2RenderingContext
|
|
//FIXME: GPUCanvasContext
|
|
) OffscreenRenderingContext;
|