import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ContextCreatedEvent } = Protocol.WebAudio;
Notifies that a new BaseAudioContext has been created.
Properties
context: BaseAudioContext
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.WebAudio.ContextCreatedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { ContextCreatedEvent } = Protocol.WebAudio;
Notifies that a new BaseAudioContext has been created.