mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			388 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <DOM/EventHandler.idl>
 | |
| #import <MediaSourceExtensions/MediaSource.idl>
 | |
| 
 | |
| // https://w3c.github.io/media-source/#managedmediasource-interface
 | |
| [Exposed=(Window,DedicatedWorker)]
 | |
| interface ManagedMediaSource : MediaSource {
 | |
|     constructor();
 | |
|     [FIXME] readonly attribute boolean streaming;
 | |
|     attribute EventHandler onstartstreaming;
 | |
|     attribute EventHandler onendstreaming;
 | |
| };
 | 
