Skip to content

v0.6.2

Latest
Compare
Choose a tag to compare
@pfrazee pfrazee released this 15 Mar 19:30
· 3 commits to master since this release

This release adds the function main(req, res) interface for workers, autodestroys workers which were autospawned to handle a request ("temp" workers) and includes redesigned documentation, now hosted at httplocal.com.

Other changes:

  • importScripts now uses the main worker's origin to resolve relative URIs.
  • importScripts is disabled after the first execution of the Worker in order to prevent information-leaking.