Expose sendInputEvent in webview

This commit is contained in:
Cheng Zhao 2015-09-18 17:55:42 +08:00
parent 1e918480b4
commit ff0e15bf58

View file

@ -292,6 +292,7 @@ registerWebViewElement = ->
"inspectServiceWorker" "inspectServiceWorker"
"print" "print"
"printToPDF" "printToPDF"
"sendInputEvent"
] ]
# Forward proto.foo* method calls to WebViewImpl.foo*. # Forward proto.foo* method calls to WebViewImpl.foo*.