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
I know there are more general issues around to what extent the "memory cache" is specified. But my understanding was that @noamr's work on <link rel=preload> was intended to start putting us on solid footing there. So maybe tackling just this particular case first is worthwhile.
I know there are more general issues around to what extent the "memory cache" is specified. But my understanding was that @noamr's work on <link rel=preload> was intended to start putting us on solid footing there. So maybe tackling just this particular case first is worthwhile.
What is the issue with the HTML Standard?
Reading the spec in https://html.spec.whatwg.org/#link-type-preload , I am pretty sure that
requires doing two fetches. If I am reading the Fetch spec right, the second one might even consume the preload response from the first one?
This seems like a bug. @noamr, do you agree?
I know there are more general issues around to what extent the "memory cache" is specified. But my understanding was that @noamr's work on
<link rel=preload>
was intended to start putting us on solid footing there. So maybe tackling just this particular case first is worthwhile./cc @nidhijaju
The text was updated successfully, but these errors were encountered: