tgvashworth / ServiceWorker-Polyfill

[DEPRECATED] JavaScript ServiceWorker implementation, enabling exploration by authors.
66 stars 7 forks source link

Switching promises to rsvp #22

Closed jakearchibald closed 10 years ago

jakearchibald commented 10 years ago

(closer to ES6 promises, but with handy node features)

passy commented 10 years ago

Cool! I wanted to do that later today. RSVP is a good choice.