webContents: providing response headers in did-get-response-details event
This commit is contained in:
parent
9b445c27a2
commit
04b797ff0c
4 changed files with 13 additions and 2 deletions
|
@ -10,7 +10,8 @@ WEB_VIEW_EVENTS =
|
|||
'did-start-loading': []
|
||||
'did-stop-loading': []
|
||||
'did-get-response-details': ['status', 'newUrl', 'originalUrl',
|
||||
'httpResponseCode', 'requestMethod', 'referrer']
|
||||
'httpResponseCode', 'requestMethod', 'referrer',
|
||||
'headers']
|
||||
'did-get-redirect-request': ['oldUrl', 'newUrl', 'isMainFrame']
|
||||
'dom-ready': []
|
||||
'console-message': ['level', 'message', 'line', 'sourceId']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue