return headers as object
This commit is contained in:
		
					parent
					
						
							
								c22b138b67
							
						
					
				
			
			
				commit
				
					
						4d5790dc09
					
				
			
		
					 5 changed files with 23 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -674,11 +674,10 @@ Corresponds to the points in time when the spinner of the tab stops spinning.
 | 
			
		|||
* `httpResponseCode` Integer
 | 
			
		||||
* `requestMethod` String
 | 
			
		||||
* `referrer` String
 | 
			
		||||
* `headers` String
 | 
			
		||||
* `headers` Object
 | 
			
		||||
 | 
			
		||||
Emitted when details regarding a requested resource is available.
 | 
			
		||||
`status` indicates the socket connection to download the resource.
 | 
			
		||||
`headers` is key-value string separated by new-line character.
 | 
			
		||||
 | 
			
		||||
### Event: 'did-get-redirect-request'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -333,11 +333,10 @@ Corresponds to the points in time when the spinner of the tab stops spinning.
 | 
			
		|||
* `httpResponseCode` Integer
 | 
			
		||||
* `requestMethod` String
 | 
			
		||||
* `referrer` String
 | 
			
		||||
* `headers` String
 | 
			
		||||
* `headers` Object
 | 
			
		||||
 | 
			
		||||
Fired when details regarding a requested resource is available.
 | 
			
		||||
`status` indicates socket connection to download the resource.
 | 
			
		||||
`headers` is key-value string separated by new-line character.
 | 
			
		||||
 | 
			
		||||
### did-get-redirect-request
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue