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"
|
||||
"setUserAgent"
|
||||
"executeJavaScript"
|
||||
"insertCSS",
|
||||
"openDevTools",
|
||||
"closeDevTools",
|
||||
"isDevToolsOpened",
|
||||
"insertCSS"
|
||||
"openDevTools"
|
||||
"closeDevTools"
|
||||
"isDevToolsOpened"
|
||||
"send"
|
||||
"getId"
|
||||
]
|
||||
|
||||
# Forward proto.foo* method calls to WebView.foo*.
|
||||
|
|
Loading…
Add table
Reference in a new issue