We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdd2ff commit f283d66Copy full SHA for f283d66
css-animation-worklet-1/Overview.bs
@@ -163,14 +163,12 @@ The {{animationWorklet}}'s [=worklet global scope type=] is {{AnimationWorkletGl
163
{{AnimationWorkletGlobalScope}} represents the global execution context of {{animationWorklet}}.
164
165
<xmp class='idl'>
166
-
167
[ Global=(Worklet,AnimationWorklet), Exposed=AnimationWorklet ]
168
interface AnimationWorkletGlobalScope : WorkletGlobalScope {
169
- void registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);
+ undefined registerAnimator(DOMString name, AnimatorInstanceConstructor animatorCtor);
170
};
171
172
callback AnimatorInstanceConstructor = any (any options, optional any state);
173
174
</xmp>
175
176
0 commit comments