You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after bullet 19 ("If response is null, run these substeps..."), insert a new item (or reference to a new section, "HTTP Cache Storage" or similar, along the lines specified in http://httpwg.org/specs/rfc7234.html#response.cacheability.
If that makes sense, I'll start a branch, and probably some tests too.
Question - Is the Streams work largely done? I suspect some of the fine points here are going to need them.
The text was updated successfully, but these errors were encountered:
Yeah, that aligns with my tentative plan for the cache. Either something like "HTTP-cache fetch" or a new Infrastructure subsection.
Streams is still being improved and uploads isn't done yet. We can probably find some temporary wording though if it's required anywhere and we lack something.
One thing that would be good to take into account is #307. Effectively a browser needs at least two global instances of an HTTP cache, as defense-in-depth for CORS. That's why I was considering having the cache lookup be in its own section.
I have editorial quibbles, but maybe those are better to do once you're ready?
My first inclination is to break out some parts of HTTP-network-or-cache Fetch into new sections and then grow them.
Specifically -
If that makes sense, I'll start a branch, and probably some tests too.
Question - Is the Streams work largely done? I suspect some of the fine points here are going to need them.
The text was updated successfully, but these errors were encountered: