Files
kiss-flixel/feedback-server/externs/js/html/OffscreenRenderingContext.hx

3 lines
206 B
Haxe

package js.html;
typedef OffscreenRenderingContext = ts.AnyOf4<js.html.ImageBitmapRenderingContext, OffscreenCanvasRenderingContext2D, js.html.webgl.WebGL2RenderingContext, js.html.webgl.RenderingContext>;