track async api requests

This commit is contained in:
Robo 2016-02-22 19:30:21 +05:30
parent 2b547bd44a
commit a734326907
8 changed files with 39 additions and 39 deletions

View file

@ -393,14 +393,14 @@ var registerWebViewElement = function() {
nonblockMethods = [
'insertCSS',
'send',
'sendInputEvent'
'sendInputEvent',
];
webFrameMethods = [
'executeJavaScript',
'insertText',
'setZoomFactor',
'setZoomLevel',
'setZoomLevelLimits'
'setZoomLevelLimits',
];
// Forward proto.foo* method calls to WebViewImpl.foo*.