mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Expose BaseAudioContext.state
This commit is contained in:
parent
db52d1f65c
commit
7e04031a95
2 changed files with 8 additions and 1 deletions
|
@ -21,7 +21,7 @@ interface BaseAudioContext : EventTarget {
|
|||
readonly attribute float sampleRate;
|
||||
readonly attribute double currentTime;
|
||||
// readonly attribute AudioListener listener;
|
||||
// readonly attribute AudioContextState state;
|
||||
readonly attribute AudioContextState state;
|
||||
Promise<void> resume();
|
||||
attribute EventHandler onstatechange;
|
||||
// AudioBuffer createBuffer(unsigned long numberOfChannels,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue