This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
height
프로퍼티는 OffscreenCanvas
객체에 할당된 높이를 반환합니다.
구문
var pxl = offscreen.height; offscreen.height = pxl;
예시
새로운 offscreen 캔버스를 생성하고 높이를 설정하거나 반환합니다.
var offscreen = new OffscreenCanvas(256, 256); offscreen.height; // 256 offscreen.height = 512;
상세
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'OffscreenCanvas.height' in that specification. |
Living Standard |
브라우저 호환성
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Basic support | Chrome Full support 69 | Edge ? | Firefox
Full support
44
| IE No support No | Opera Full support 56 | Safari No support No | WebView Android No support No | Chrome Android Full support 69 | Edge Mobile ? | Firefox Android
Full support
44
| Opera Android Full support Yes | Safari iOS No support No | Samsung Internet Android No support No |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
- User must explicitly enable this feature.
- User must explicitly enable this feature.
더 보기
OffscreenCanvas
, 프로퍼티가 속한 인터페이스