14 lines
489 B
Markdown
14 lines
489 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type ContextState = ('suspended' | 'running' | 'closed');
|
|
```
|