blob: 2d5c9f8be6965e404dc95b96529b8495a9c288b3 [file] [log] [blame]
// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// See https://webaudio.github.io/web-audio-api/#audioworklet
[
Exposed=Window,
SecureContext
] interface AudioWorklet : Worklet {
};