mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:52:46 +00:00 
			
		
		
		
	 3ff481938e
			
		
	
	
		3ff481938e
		
	
	
	
	
		
			
			All attributes must have an "attribute" keyword, and "any?" is invalid (as "any" includes "null" as well).
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			344 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // https://streams.spec.whatwg.org/#readablestreambyobrequest
 | |
| [Exposed=*]
 | |
| interface ReadableStreamBYOBRequest {
 | |
|     // FIXME: This should be an ArrayBufferView
 | |
|     readonly attribute any view;
 | |
| 
 | |
|     // FIXME: undefined respond([EnforceRange] unsigned long long bytesWritten);
 | |
|     // FIXME: undefined respondWithNewView(ArrayBufferView view);
 | |
| };
 |