OffscreenCanvas.width

Baseline 2023
Newly available

Since March 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

참고 : 이 기능은 Web Worker에서 사용할 수 있습니다.

width 속성은 OffscreenCanvas 객체에 할당된 너비를 반환합니다.

예제

새로운 offscreen 캔버스를 생성하고 높이를 설정하거나 반환합니다.

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

명세서

Specification
HTML
# dom-offscreencanvas-width-dev

브라우저 호환성

더 보기