Add 'close' and 'console-message' for <webview>

This commit is contained in:
Cheng Zhao 2014-10-25 10:01:19 +08:00
parent 218d69d288
commit 485bd7bbd3
4 changed files with 28 additions and 0 deletions

View file

@ -9,6 +9,8 @@ supportedWebViewEvents = [
'did-start-loading'
'did-stop-loading'
'did-get-redirect-request'
'console-message'
'close'
'crashed'
'destroyed'
]