blob: c641fe88610bc991fe34eef9f3961096b1314394 [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.
// https://drafts.css-houdini.org/worklets/#workletglobalscope
[
ActiveScriptWrappable,
Exposed=Worklet,
ImmutablePrototype
] interface WorkletGlobalScope {
};