webContents: providing response headers in did-get-response-details event

This commit is contained in:
deepak1556 2015-05-07 17:12:40 +05:30
parent 9b445c27a2
commit 04b797ff0c
4 changed files with 13 additions and 2 deletions

View file

@ -666,9 +666,11 @@ Corresponds to the points in time when the spinner of the tab stops spinning.
* `httpResponseCode` Integer
* `requestMethod` String
* `referrer` String
* `headers` String
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'

View file

@ -325,9 +325,11 @@ Corresponds to the points in time when the spinner of the tab stops spinning.
* `httpResponseCode` Integer
* `requestMethod` String
* `referrer` String
* `headers` String
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