add api to webview

This commit is contained in:
Robo 2015-12-18 04:40:42 +05:30
parent 39e615ed87
commit d162180196
12 changed files with 138 additions and 39 deletions

View file

@ -27,6 +27,7 @@ WEB_VIEW_EVENTS =
'page-favicon-updated': ['favicons']
'enter-html-full-screen': []
'leave-html-full-screen': []
'found-in-page': ['result']
DEPRECATED_EVENTS =
'page-title-updated': 'page-title-set'

View file

@ -287,6 +287,8 @@ registerWebViewElement = ->
'unselect'
'replace'
'replaceMisspelling'
'findInPage'
'stopFindInPage'
'getId'
'downloadURL'
'inspectServiceWorker'