This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
v0.1.0
- Add support for
setTimeout
,clearTimeout
,setInterval
, andclearInteral
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)