Update docs
This commit is contained in:
parent
1eab108323
commit
40152d1827
@ -231,6 +231,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Ismail
|
||||
* Edgar Hipp
|
||||
* Daryl Finlay
|
||||
* pkill9
|
||||
* arza
|
||||
* adam
|
||||
* Samir Benmendil
|
||||
@ -244,7 +245,6 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* zwarag
|
||||
* xd1le
|
||||
* rmortens
|
||||
* pkill9
|
||||
* oniondreams
|
||||
* issue
|
||||
* haxwithaxe
|
||||
|
@ -465,14 +465,15 @@ Note: Due a bug in Qt, the inspector will show incorrect request headers in the
|
||||
|
||||
[[jseval]]
|
||||
=== jseval
|
||||
Syntax: +:jseval [*--quiet*] [*--world* 'world'] 'js-code'+
|
||||
Syntax: +:jseval [*--file*] [*--quiet*] [*--world* 'world'] 'js-code'+
|
||||
|
||||
Evaluate a JavaScript string.
|
||||
|
||||
==== positional arguments
|
||||
* +'js-code'+: The string to evaluate.
|
||||
* +'js-code'+: The string/file to evaluate.
|
||||
|
||||
==== optional arguments
|
||||
* +*-f*+, +*--file*+: Interpret js-code as a path to a file.
|
||||
* +*-q*+, +*--quiet*+: Don't show resulting JS object.
|
||||
* +*-w*+, +*--world*+: Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user