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

So you still can't `await` them and then cancel the result, or use any library that expects a promise and then cancel the result (including promise combinators), in your version. Thus, parallel universe, which has to use `.pipe` instead of `.then`.

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

Received on Saturday, 21 February 2015 00:19:27 UTC