track async api requests
This commit is contained in:
parent
2b547bd44a
commit
a734326907
8 changed files with 39 additions and 39 deletions
|
@ -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*.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue