mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Add AudioListener DOM interface
This commit is contained in:
parent
4b48cfa3ec
commit
9228ca3a02
5 changed files with 230 additions and 1 deletions
|
@ -20,7 +20,7 @@ interface BaseAudioContext : EventTarget {
|
|||
readonly attribute AudioDestinationNode destination;
|
||||
readonly attribute float sampleRate;
|
||||
readonly attribute double currentTime;
|
||||
// readonly attribute AudioListener listener;
|
||||
readonly attribute AudioListener listener;
|
||||
readonly attribute AudioContextState state;
|
||||
Promise<void> resume();
|
||||
attribute EventHandler onstatechange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue