489 B
489 B
Home > puppeteer > Protocol > WebAudio > ContextState
Protocol.WebAudio.ContextState type
Enum of AudioContextState from the spec
Signature:
export type ContextState = ('suspended' | 'running' | 'closed');