WebIDLpedia

LayoutWorkletGlobalScope interface

Definition

CSS Layout API Level 1 defines LayoutWorkletGlobalScope



[Global=(Worklet,LayoutWorklet),Exposed=LayoutWorklet]
interface LayoutWorkletGlobalScope : WorkletGlobalScope {
    undefined registerLayout(DOMString name, VoidFunction layoutCtor);
};