Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@hankjacobs hankjacobs released this 24 Jun 00:13
· 18 commits to master since this release
ed9e8f2
  • Add support for setTimeout, clearTimeout, setInterval, and clearInteral functions in worker scripts (thanks @timdp)
  • Add waitUntil stub (thanks @kturney)
  • Add URLSearchParams (thanks @jdanyow)
  • Better support for type comparisions
  • Fix atob bug (thanks @jdanyow)
  • Expose 'self' within worker scripts
  • Add support for formData() (thanks @johnsto)
  • Fix Cloudworker.dispatch type (thanks @inyono)