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.