Skip to content

Commit c1c07d6

Browse files
author
Richard Sentino
committed
Add property of AudioContext state API
1 parent 1be2315 commit c1c07d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ interface AudioContext extends EventTarget {
321321
destination: AudioDestinationNode;
322322
listener: AudioListener;
323323
sampleRate: number;
324+
state: string;
324325
createAnalyser(): AnalyserNode;
325326
createBiquadFilter(): BiquadFilterNode;
326327
createBuffer(numberOfChannels: number, length: number, sampleRate: number): AudioBuffer;

inputfiles/browser.webidl.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@
512512
<property name="destination" read-only="1" type="AudioDestinationNode" />
513513
<property name="listener" read-only="1" type="AudioListener" />
514514
<property name="sampleRate" read-only="1" type="float" />
515+
<property name="state" read-only="1" type="DOMString" />
515516
</properties>
516517
</interface>
517518
<interface extends="AudioNode" name="AudioDestinationNode">

0 commit comments

Comments
 (0)