add ValidatedUrl to did-fail-load event
This commit is contained in:
parent
9dc6cfc1e9
commit
590be75fa9
4 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@ requestId = 0
|
|||
WEB_VIEW_EVENTS =
|
||||
'load-commit': ['url', 'isMainFrame']
|
||||
'did-finish-load': []
|
||||
'did-fail-load': ['errorCode', 'errorDescription']
|
||||
'did-fail-load': ['errorCode', 'errorDescription', 'validatedUrl']
|
||||
'did-frame-finish-load': ['isMainFrame']
|
||||
'did-start-loading': []
|
||||
'did-stop-loading': []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue