Skip to content

0.6.0

Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 15 Sep 03:21
· 131 commits to master since this release
  • 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