- From: Jake Archibald <notifications@github.com>
- Date: Mon, 16 Feb 2015 05:43:31 -0800
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 16 February 2015 13:43:58 UTC
@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