Merge pull request #1738 from deepak1556/http_ptach
webContents: providing header details with response event
This commit is contained in:
commit
1c60575dc0
4 changed files with 21 additions and 6 deletions
|
@ -694,11 +694,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