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)

defect
Not set
normal

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.
Summary: ServiceWorker Cache should partially written Responses → Service Worker Cache should support partially written Responses
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
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
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
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.