WebIDLpedia

ImageBitmapRenderingContext interface

Definition

HTML Standard defines ImageBitmapRenderingContext



[Exposed=(Window,Worker)]
interface ImageBitmapRenderingContext {
  readonly attribute (HTMLCanvasElement or OffscreenCanvas) canvas;
  undefined transferFromImageBitmap(ImageBitmap? bitmap);
};

Methods and attributes that return objects implementing ImageBitmapRenderingContext