API reference
The API reference for WRT.
w96.WRT
w96.WRT
Description: Runs a script under WRT and returns the result of the evaluation. The result is a Promise
, since WRT scripts are ran asynchronously by default.
Examples:
Description: Runs a script file under WRT and returns the result of the evaluation. Like WRT.run
, the result is a Promise
since its ran asynchronously.
Examples:
Last updated