blob: e94fd5b7c54e330381e4311936135101d05de959 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
Exposed=AnimationWorklet,
Global=(Worklet,AnimationWorklet),
RuntimeEnabled=AnimationWorklet
] interface AnimationWorkletGlobalScope : WorkletGlobalScope {
[RaisesException] void registerAnimator(DOMString name, Function animatorConstructor);
};