This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v1.4.0
Features
- Added
EventandEventTargetto the sandbox. The global scope andWebSocketnow inherit fromEventTargetsoremoveEventListeneris 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
- Require the
GETmethod for WebSocket upgrades, closes issue #25, thanks @ItsWendell - Added
WebSocketto the sandbox, closes issue #30, thanks @ItsWendell. Note you still need to useWebSocketPairandfetchto set up WebSocket connections. See ✉️ WebSockets for more details. - Fixed caching with
URLrequest keys, closes issue #33, thanks @TimTinkers - Disable the watcher whilst rebuilding, closes issue #34, thanks @TimTinkers