WebIDLpedia

ImageBitmap interface

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