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 217dc5e commit 1fdd2ffCopy full SHA for 1fdd2ff
css-layout-api/Overview.bs
@@ -209,7 +209,7 @@ The {{LayoutWorkletGlobalScope}} is the global execution context of the {{layout
209
<pre class='idl'>
210
[Global=(Worklet,LayoutWorklet),Exposed=LayoutWorklet]
211
interface LayoutWorkletGlobalScope : WorkletGlobalScope {
212
- void registerLayout(DOMString name, VoidFunction layoutCtor);
+ undefined registerLayout(DOMString name, VoidFunction layoutCtor);
213
};
214
</pre>
215
0 commit comments