This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://fetch.spec.whatwg.org/#http-network-or-cache-fetch appears to be missing wording to allow the response to come from the cache. It looks like such wording should appear just before [[Let response be the result of making an HTTP request]]. Service Workers, and possibly other specs, will want a way to explicitly disable the cache.
Say we add a flag to bypass the local cache. Do we also exclude conditional headers from the request in that case? Ideally all this is defined in detail, including the headers.
https://github.com/slightlyoff/ServiceWorker/issues/398
It has a cache part now. The partial cache part however is incomplete. Not sure how to fix that yet. It's also lacking a flag on responses to indicate if they came from a cache or partial cache.
https://github.com/slightlyoff/ServiceWorker/issues/412#issuecomment-58646963 has a summary of the modes we added. https://github.com/slightlyoff/ServiceWorker/issues/585 lists privacy issues.
The remaining issues are here: * https://github.com/whatwg/fetch/issues/38 * https://github.com/whatwg/fetch/issues/39 * https://github.com/whatwg/fetch/issues/40 Closing this one.