Re: [ServiceWorker] 304 handling for fetch() (#412)

@annevk no, it perfectly confirms what I say and reflects how we handle no-store in Gecko. 

' "MUST NOT store" in this context means that the cache MUST NOT intentionally store the information in non-volatile storage '

It means, no persistent storage media can be used.  But there is nothing said about non-volatile one.  Non-volatile can be used.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/412#issuecomment-64427967

Received on Tuesday, 25 November 2014 16:31:12 UTC