mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			325 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <WebIDL/Function.idl>
 | |
| #import <Streams/QueuingStrategyInit.idl>
 | |
| 
 | |
| // https://streams.spec.whatwg.org/#blqs-class-definition
 | |
| [Exposed=*]
 | |
| interface ByteLengthQueuingStrategy {
 | |
|     constructor(QueuingStrategyInit init);
 | |
| 
 | |
|     readonly attribute unrestricted double highWaterMark;
 | |
| 
 | |
|     readonly attribute Function size;
 | |
| };
 | 
