The ImageBitmapRenderingContext
interface is a canvas rendering context that provides the functionality to replace the canvas's contents with the given ImageBitmap
. Its context id (the first argument to HTMLCanvasElement.getContext()
or OffscreenCanvas.getContext()
) is "bitmaprenderer"
.
This interface is available in both the window and the worker context.