CSS:paintWorklet 静态属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
值
关联的 Worklet
对象。
示例
以下示例演示了通过特性检测从 js 文件加载绘制 worklet。
js
if ("paintWorklet" in CSS) {
CSS.paintWorklet.addModule("checkerboard.js");
}
规范
Specification |
---|
CSS Painting API Level 1 # ref-for-dom-css-paintworklet |
浏览器兼容性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
paintWorklet static property |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
- See implementation notes.
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.