This commit is contained in:
Cheng Zhao 2015-05-20 20:35:54 +08:00
parent bbd8f091e0
commit 4ae1998d09
2 changed files with 2 additions and 10 deletions

View file

@ -10,8 +10,7 @@ WEB_VIEW_EVENTS =
'did-start-loading': []
'did-stop-loading': []
'did-get-response-details': ['status', 'newUrl', 'originalUrl',
'httpResponseCode', 'requestMethod', 'referrer',
'headers']
'httpResponseCode', 'requestMethod', 'referrer']
'did-get-redirect-request': ['oldUrl', 'newUrl', 'isMainFrame']
'dom-ready': []
'console-message': ['level', 'message', 'line', 'sourceId']