Definition
HTML Standard defines ImageBitmap
[Exposed=(Window,Worker), Serializable, Transferable]
interface ImageBitmap {
readonly attribute unsigned long width;
readonly attribute unsigned long height;
undefined close();
};
Methods and attributes that return objects implementing ImageBitmap
Referring IDL interfaces/dictionaries
Referring specifications
- WebGL Specification refers to
ImageBitmap
- MediaStream Image Capture refers to
ImageBitmap
- WebGPU refers to
ImageBitmap