Re: [ServiceWorker] Returning a FetchPromise from fetch() (#625)

My point is that people writing libraries don't want to think "oh, I'll need to write another library for people who are using tasks instead of promises." They'll just use `then`. And now you can't use their library.

With the then-only-works-once approach, all those libraries can be used just fine, as long as they don't assume multicast (which very few do).

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/625#issuecomment-75343937

Received on Saturday, 21 February 2015 00:25:18 UTC