Add <webview>.getId, fixes #818
This commit is contained in:
parent
1ade8dcee7
commit
02b2459db6
1 changed files with 5 additions and 4 deletions
|
@ -556,11 +556,12 @@ registerWebViewElement = ->
|
||||||
"isCrashed"
|
"isCrashed"
|
||||||
"setUserAgent"
|
"setUserAgent"
|
||||||
"executeJavaScript"
|
"executeJavaScript"
|
||||||
"insertCSS",
|
"insertCSS"
|
||||||
"openDevTools",
|
"openDevTools"
|
||||||
"closeDevTools",
|
"closeDevTools"
|
||||||
"isDevToolsOpened",
|
"isDevToolsOpened"
|
||||||
"send"
|
"send"
|
||||||
|
"getId"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Forward proto.foo* method calls to WebView.foo*.
|
# Forward proto.foo* method calls to WebView.foo*.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue