mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-07 20:31:04 +03: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: https://github.com/SerenityOS/serenity/commit/8a1e88677f Pull-request: https://github.com/SerenityOS/serenity/pull/23692 Reviewed-by: https://github.com/awesomekling
@ -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…
Reference in New Issue
Block a user