mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:22:43 +00:00 
			
		
		
		
	 4f2e154dbe
			
		
	
	
		4f2e154dbe
		
	
	
	
	
		
			
			This makes open, send and setRequestHeader a bit more spec compliant and adds a bunch of FIXMEs for unimplemented parts.
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface ProgressEvent : Event {
 | |
| 
 | |
|     readonly attribute boolean lengthComputable;
 | |
|     readonly attribute unsigned long loaded;
 | |
|     readonly attribute unsigned long total;
 | |
| 
 | |
| };
 |