This repository was archived by the owner on Jun 6, 2024. It is now read-only.
v0.1.0
- Add support for
setTimeout,clearTimeout,setInterval, andclearInteralfunctions 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.dispatchtype (thanks @inyono)