Value

A positive integer representing the width of the offscreen canvas in CSS pixels.

Examples

Creating a new offscreen canvas and returning or setting the width of the offscreen canvas:

js
const offscreen = new OffscreenCanvas(256, 256);
offscreen.width; / 256
offscreen.width = 512;

Specifications

Specification
HTML
# dom-offscreencanvas-width-dev

Browser compatibility

BCD tables only load in the browser

See also