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