track async api requests
This commit is contained in:
parent
2b547bd44a
commit
a734326907
8 changed files with 39 additions and 39 deletions
|
@ -430,7 +430,7 @@ Injects CSS into the current web page.
|
|||
* `code` String
|
||||
* `userGesture` Boolean (optional)
|
||||
* `callback` Function (optional) - Called after script has been executed.
|
||||
* `result` Array
|
||||
* `result`
|
||||
|
||||
Evaluates `code` in page.
|
||||
|
||||
|
|
|
@ -284,7 +284,7 @@ Injects CSS into the guest page.
|
|||
* `code` String
|
||||
* `userGesture` Boolean - Default `false`.
|
||||
* `callback` Function (optional) - Called after script has been executed.
|
||||
* `result` Array
|
||||
* `result`
|
||||
|
||||
Evaluates `code` in page. If `userGesture` is set, it will create the user
|
||||
gesture context in the page. HTML APIs like `requestFullScreen`, which require
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue