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