mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:12:44 +00:00 
			
		
		
		
	 87654f5b51
			
		
	
	
		87654f5b51
		
	
	
	
	
		
			
			This is so we can just assume it exists in Fetch APIs (while still skipping functionality that relies on a full implementation, of course).
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| // Dummy definition so we can use ReadableStream as a type in Fetch.
 | |
| 
 | |
| // https://streams.spec.whatwg.org/#readablestream
 | |
| interface ReadableStream {
 | |
| };
 |