Skip to content

v0.8.4

Choose a tag to compare

@KallynGowdy KallynGowdy released this 25 Jan 05:39
· 46 commits to master since this release

Changes:

  • Added the exit event.
    • This event is triggered on DenoWorker instances when the Deno child process exits.
    • Available via the onexit property or by using worker.addEventListener("exit", listener).