0.6.0
- Update Duktape to
v1.3.0
. This update does not break exisiting functionality. See release info. - Implement a timeout mechanism for
Duktape::Sandbox
instances. A timeout is not specified by default.
A timeout may be specified (in milliseconds) as such:
sbx = Duktape::Sandbox.new(500) # 500 millisecond execution limit