Merge pull request #3975 from leethomas/add-webview-navigation-events
Add webview navigation events
This commit is contained in:
commit
941232a76b
10 changed files with 133 additions and 1 deletions
|
@ -19,6 +19,9 @@ WEB_VIEW_EVENTS =
|
|||
'devtools-closed': []
|
||||
'devtools-focused': []
|
||||
'new-window': ['url', 'frameName', 'disposition', 'options']
|
||||
'will-navigate': ['url']
|
||||
'did-navigate-to-different-page': ['url']
|
||||
'did-navigate-in-page': ['url']
|
||||
'close': []
|
||||
'crashed': []
|
||||
'gpu-crashed': []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue