mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | // https://streams.spec.whatwg.org/#readablestreamdefaultcontroller | ||
|  | [Exposed=*] | ||
|  | interface ReadableStreamDefaultController { | ||
|  |     readonly attribute unrestricted double? desiredSize; | ||
|  | 
 | ||
|  |     undefined close(); | ||
|  |     undefined enqueue(optional any chunk); | ||
|  |     undefined error(optional any e); | ||
|  | }; |