Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

v1.4.0

Choose a tag to compare

@mrbbot mrbbot released this 27 Aug 19:11
· 575 commits to master since this release

Features

  • Added Event and EventTarget to the sandbox. The global scope and WebSocket now inherit from EventTarget so removeEventListener is now supported. Closes issue #18, thanks @jayphelps.
  • Added workers' uncompressed size to logs, closes issue #23, thanks @ItsWendell
  • Switch to lighter dependencies, thanks @lukeed. There's still lots of work to do here for the next major release.

Fixes