[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ContextState](./puppeteer.protocol.webaudio.contextstate.md) ## Protocol.WebAudio.ContextState type Enum of AudioContextState from the spec Signature: ```typescript export type ContextState = ('suspended' | 'running' | 'closed'); ```