puppeteer/new-docs/puppeteer.protocol.webaudio.contextstate.md
2020-07-13 14:01:35 +01:00

489 B

Home > puppeteer > Protocol > WebAudio > ContextState

Protocol.WebAudio.ContextState type

Enum of AudioContextState from the spec

Signature:

export type ContextState = ('suspended' | 'running' | 'closed');