Add http_response_code, method, referrer, response_headers to did-get-redirect-request event.
This commit is contained in:
parent
01a3bf5881
commit
477103191f
2 changed files with 38 additions and 27 deletions
|
@ -78,6 +78,10 @@ Returns:
|
|||
* `oldUrl` String
|
||||
* `newUrl` String
|
||||
* `isMainFrame` Boolean
|
||||
* `httpResponseCode` Integer
|
||||
* `requestMethod` String
|
||||
* `referrer` String
|
||||
* `headers` Object
|
||||
|
||||
Emitted when a redirect is received while requesting a resource.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue