blob: 4e7caced021b97791ed9d2b789579f0fa31b8f1e [file] [log] [blame]
// Copyright 2018 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.
[
RuntimeEnabled=WorkerTaskQueue,
Global=(Worklet,TaskWorklet)
] interface TaskWorkletGlobalScope : WorkletGlobalScope {
[RaisesException] void registerTask(DOMString name, CallbackFunctionTreatedAsScriptValue taskConstructor);
};