We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381409d commit 5eaa8cdCopy full SHA for 5eaa8cd
css-paint-api/arc/index.html
@@ -14,5 +14,5 @@
14
<div id="example"></div>
15
16
<script>
17
- (CSS.paintWorklet.addModule || paintWorkle.import)('arc.js');
+ (CSS.paintWorklet.addModule || paintWorklet.addModule || paintWorklet.import)('arc.js');
18
</script>
0 commit comments