Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.WebAudio.NodesDisconnectedEvent

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.WebAudio.NodesDisconnectedEvent
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { NodesDisconnectedEvent } = Protocol.WebAudio;

Notifies that AudioNodes are disconnected. The destination can be null, and it means all the outgoing connections from the source are disconnected.

Properties

contextId: GraphObjectId
sourceId: GraphObjectId
destinationId: GraphObjectId
optional
sourceOutputIndex: number
optional
destinationInputIndex: number