puppeteer/new-docs/puppeteer.protocol.webaudio.contextchangedevent.md

21 lines
770 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [WebAudio](./puppeteer.protocol.webaudio.md) &gt; [ContextChangedEvent](./puppeteer.protocol.webaudio.contextchangedevent.md)
## Protocol.WebAudio.ContextChangedEvent interface
Notifies that existing BaseAudioContext has changed some properties (id stays the same)..
<b>Signature:</b>
```typescript
export interface ContextChangedEvent
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [context](./puppeteer.protocol.webaudio.contextchangedevent.context.md) | [BaseAudioContext](./puppeteer.protocol.webaudio.baseaudiocontext.md) | |