mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibWeb: Add FIXME comments to ImageData.idl
Add FIXME comments for ImageData's missing constructor and attribute colorSpace.
This commit is contained in:
parent
30a02fef91
commit
8a1e88677f
Notes:
sideshowbarker
2024-07-17 06:51:40 +09:00
Author: https://github.com/kennethmyhra
Commit: 8a1e88677f
Pull-request: https://github.com/SerenityOS/serenity/pull/23692
Reviewed-by: https://github.com/awesomekling
1 changed files with 2 additions and 1 deletions
|
@ -9,8 +9,9 @@ dictionary ImageDataSettings {
|
|||
[Exposed=(Window,Worker), Serializable]
|
||||
interface ImageData {
|
||||
constructor(unsigned long sw, unsigned long sh, optional ImageDataSettings settings = {});
|
||||
// FIXME: constructor(Uint8ClampedArray data, unsigned long sw, optional unsigned long sh, optional ImageDataSettings settings = {});
|
||||
readonly attribute unsigned long width;
|
||||
readonly attribute unsigned long height;
|
||||
readonly attribute Uint8ClampedArray data;
|
||||
|
||||
// FIXME: readonly attribute PredefinedColorSpace colorSpace;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue