mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 00:23:20 +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;
|