mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-08 17:21:02 +00:00
10 lines
330 B
Text
10 lines
330 B
Text
|
|
#import <DOM/EventTarget.idl>
|
||
|
|
|
||
|
|
// https://html.spec.whatwg.org/multipage/canvas.html#offscreenrenderingcontext
|
||
|
|
typedef (OffscreenCanvasRenderingContext2D or
|
||
|
|
WebGLRenderingContext or
|
||
|
|
//FIXME: ImageBitmapRenderingContext or
|
||
|
|
WebGL2RenderingContext
|
||
|
|
//FIXME: GPUCanvasContext
|
||
|
|
) OffscreenRenderingContext;
|