mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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');