mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
LibWeb: Generate ImageData bindings from IDL :^)
This commit is contained in:
parent
b959d06ace
commit
dd29ff884f
7 changed files with 46 additions and 162 deletions
7
Libraries/LibWeb/DOM/ImageData.idl
Normal file
7
Libraries/LibWeb/DOM/ImageData.idl
Normal file
|
@ -0,0 +1,7 @@
|
|||
interface ImageData {
|
||||
|
||||
readonly attribute unsigned long width;
|
||||
readonly attribute unsigned long height;
|
||||
readonly attribute Uint8ClampedArray data;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue