3 lines
206 B
Haxe
3 lines
206 B
Haxe
package js.html;
|
|
|
|
typedef OffscreenRenderingContext = ts.AnyOf4<js.html.ImageBitmapRenderingContext, OffscreenCanvasRenderingContext2D, js.html.webgl.WebGL2RenderingContext, js.html.webgl.RenderingContext>; |