mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			333 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			333 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | #import <DOM/EventHandler.idl> | ||
|  | #import <WebAudio/AudioNode.idl> | ||
|  | 
 | ||
|  | // https://webaudio.github.io/web-audio-api/#AudioScheduledSourceNode | ||
|  | [Exposed=Window] | ||
|  | interface AudioScheduledSourceNode : AudioNode { | ||
|  |     attribute EventHandler onended; | ||
|  |     undefined start(optional double when = 0); | ||
|  |     undefined stop(optional double when = 0); | ||
|  | }; |