[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [WebAudio](./puppeteer.protocol.webaudio.md) > [ContextType](./puppeteer.protocol.webaudio.contexttype.md) ## Protocol.WebAudio.ContextType type Enum of BaseAudioContext types Signature: ```typescript export type ContextType = ('realtime' | 'offline'); ```