Re: [fetch] Cache mode: fromCache (#40)

I don't think that the linked use case is all that valid regarding this feature. I'd say this https://github.com/whatwg/fetch/issues/39#issuecomment-140908410 is much more applicable.

Determining whether a resource comes from the cache is an important part of the bandwidth estimation that must be handled when serving adaptive bitrate video content. The `fromCache` attribute would enable more accurate estimation. Currently, this can only be approximated using response timing information.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/40#issuecomment-159269710

Received on Tuesday, 24 November 2015 13:39:21 UTC