Look for info regarding "the major browsers do not support requests with no-store
."
#507
-
mdn/content@2aff7c2#diff-0e775ebf01146f89262a34438d65c3660c6d7884f7423355307210753b3f90e7R284
This line was added 2 years ago, co-authors @Jxck @hamishwillee @mnot @sideshowbarker. I cannot find any reference online that backs up this claim. The latest Chrome/Chromium-powered browsers support Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 6 replies
-
Chrome and Safari don't support request That said, the statement is odd; what there really should be is a statement at the top of the request CC section saying that request cache-control is optional, and so not consistently supported. |
Beta Was this translation helpful? Give feedback.
-
In no-cache section above that line said
so I think I intended to say like
basically (really basically), browsers sending 3 types of request in user journey. "Navigation", "Reload", and "Force Reload". So this line doesn't intend to mention supporting "no-store" in |
Beta Was this translation helpful? Give feedback.
In no-cache section above that line said
so I think I intended to say like
basically (really basically), browsers sending 3 types of request in user journey. "Navigation", "Reload", and "Force Reload".
And the major browser basically sends "Last-Modified + ETag", "max-age=0", "no-cache" for each.
So this line doesn't intend to mention supporting "no-store" in
fetch()
or so.