add api to webview
This commit is contained in:
parent
39e615ed87
commit
d162180196
12 changed files with 138 additions and 39 deletions
|
@ -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'
|
||||
|
|
|
@ -287,6 +287,8 @@ registerWebViewElement = ->
|
|||
'unselect'
|
||||
'replace'
|
||||
'replaceMisspelling'
|
||||
'findInPage'
|
||||
'stopFindInPage'
|
||||
'getId'
|
||||
'downloadURL'
|
||||
'inspectServiceWorker'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue