We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44208fd commit 217dc5eCopy full SHA for 217dc5e
css-paint-api/Overview.bs
@@ -90,7 +90,7 @@ identical to the Window.{{Window/devicePixelRatio}} property.
90
<pre class='idl'>
91
[Global=(Worklet,PaintWorklet),Exposed=PaintWorklet]
92
interface PaintWorkletGlobalScope : WorkletGlobalScope {
93
- void registerPaint(DOMString name, VoidFunction paintCtor);
+ undefined registerPaint(DOMString name, VoidFunction paintCtor);
94
readonly attribute unrestricted double devicePixelRatio;
95
};
96
</pre>
0 commit comments