Add 'close' and 'console-message' for <webview>
This commit is contained in:
parent
218d69d288
commit
485bd7bbd3
4 changed files with 28 additions and 0 deletions
|
@ -9,6 +9,8 @@ supportedWebViewEvents = [
|
|||
'did-start-loading'
|
||||
'did-stop-loading'
|
||||
'did-get-redirect-request'
|
||||
'console-message'
|
||||
'close'
|
||||
'crashed'
|
||||
'destroyed'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue