Re: [ServiceWorker] Changing Request and fetch() (#625)

@wanderview the right API fit feels like extendable promises

```js
var fetchPromise = fetch('/');

// as usual
fetchPromise.then(…);

// but also
fetchPromise.abort();
```

But I understand extendable promises haven't been worked out.

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

Received on Monday, 16 February 2015 13:43:58 UTC