mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
@@ -9,6 +9,6 @@
|
||||
[Exposed=Window]
|
||||
interface AudioScheduledSourceNode : AudioNode {
|
||||
attribute EventHandler onended;
|
||||
[Throws] void start(optional double when = 0);
|
||||
[Throws] void stop(optional double when = 0);
|
||||
[Throws] undefined start(optional double when = 0);
|
||||
[Throws] undefined stop(optional double when = 0);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user