Dispatch WebContents events to <webview>
This commit is contained in:
parent
d63f44cd07
commit
218d69d288
3 changed files with 40 additions and 4 deletions
|
@ -98,6 +98,7 @@ class WebView
|
|||
@setupWebviewNodeProperties()
|
||||
|
||||
@viewInstanceId = getNextId()
|
||||
guestViewInternal.registerEvents this, @viewInstanceId
|
||||
|
||||
shadowRoot.appendChild @browserPluginNode
|
||||
|
||||
|
@ -515,10 +516,6 @@ registerWebViewElement = ->
|
|||
"executeJavaScript"
|
||||
"insertCSS"
|
||||
"send"
|
||||
# "getZoom"
|
||||
# "print"
|
||||
# "setZoom"
|
||||
# "terminate"
|
||||
]
|
||||
|
||||
# Forward proto.foo* method calls to WebView.foo*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue