Closed
Bug 1110137
Opened 10 years ago
Closed 7 years ago
Service Worker Cache should support partially written Responses using stale-while-revalidate behavior
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bkelly, Unassigned)
References
Details
This bug is to implement support in our SW Cache API for this spec issue:
https://github.com/slightlyoff/ServiceWorker/issues/573
Basically this means committing Response objects to the Cache index before the body is full available and all the subsequent fall-out from that.
This is not anticipated to be implemented in the first version of our Cache.
Reporter | ||
Updated•10 years ago
|
Summary: ServiceWorker Cache should partially written Responses → Service Worker Cache should support partially written Responses
Reporter | ||
Comment 1•10 years ago
|
||
I think there is at least one issue that needs to be clarified in the spec before we can implement this:
https://github.com/slightlyoff/ServiceWorker/issues/665
Reporter | ||
Comment 2•9 years ago
|
||
The spec issue has been clarified for me. The Cache spec now implements stale-while-revalidate for add()/addAll().
Summary: Service Worker Cache should support partially written Responses → Service Worker Cache should support partially written Responses using stale-while-revalidate behavior
Reporter | ||
Comment 3•7 years ago
|
||
I can't find the issue now, but I'm pretty sure this behavior was removed from the spec.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•