Update docs

This commit is contained in:
Florian Bruhin 2017-02-25 17:26:49 +01:00
parent 1eab108323
commit 40152d1827
2 changed files with 4 additions and 3 deletions

View File

@ -231,6 +231,7 @@ Contributors, sorted by the number of commits in descending order:
* Ismail * Ismail
* Edgar Hipp * Edgar Hipp
* Daryl Finlay * Daryl Finlay
* pkill9
* arza * arza
* adam * adam
* Samir Benmendil * Samir Benmendil
@ -244,7 +245,6 @@ Contributors, sorted by the number of commits in descending order:
* zwarag * zwarag
* xd1le * xd1le
* rmortens * rmortens
* pkill9
* oniondreams * oniondreams
* issue * issue
* haxwithaxe * haxwithaxe

View File

@ -465,14 +465,15 @@ Note: Due a bug in Qt, the inspector will show incorrect request headers in the
[[jseval]] [[jseval]]
=== jseval === jseval
Syntax: +:jseval [*--quiet*] [*--world* 'world'] 'js-code'+ Syntax: +:jseval [*--file*] [*--quiet*] [*--world* 'world'] 'js-code'+
Evaluate a JavaScript string. Evaluate a JavaScript string.
==== positional arguments ==== positional arguments
* +'js-code'+: The string to evaluate. * +'js-code'+: The string/file to evaluate.
==== optional arguments ==== optional arguments
* +*-f*+, +*--file*+: Interpret js-code as a path to a file.
* +*-q*+, +*--quiet*+: Don't show resulting JS object. * +*-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. * +*-w*+, +*--world*+: Ignored on QtWebKit. On QtWebEngine, a world ID or name to run the snippet in.