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

@Jxck if there's some feature of fetching that requires a different signature than `Request -> FetchPromise<Response>`, then it should be a different function, not called fetch, since that's the basic processing model for fetch. There's no reason to put them in a class; this isn't Java.

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

Received on Thursday, 26 February 2015 14:53:45 UTC