-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Define the prefetch cache #7693
Conversation
This PR is meant to drive the conversation towards consensus around prefetch. It tries to provide behavior close to preload, in the sense that a prefetched resource doesn't have to revalidate the cache in certain conditions, but without the arbitrary 5 minutes rule. How it works:
TODO:
|
What is the relationship between this work and the work @jeremyroman has been doing in https://wicg.github.io/nav-speculation/prefetch.html ? Is this just an upstreaming of that? That work is still settling, see e.g. WICG/nav-speculation#151 ... I'd like to ensure this is coordinated, so perhaps Jeremy should be the first reviewer here before we do HTML Standard review work. |
It's totally parallel, the only relation being the word Part of the past conversations like this one were about separating the two use-cases. Jeremy's work is particularly about navigation prefetching, which is more of a new feature, with a lot of work around cross-origin prefetching, while this is to define the existing @jeremyroman if I got something wrong here and you're also doing something with |
/cc @yutakahirano for Chromium thoughts on the PR |
I'm not very familiar with prefetching. @nyaxt, do you? |
I talked with Jeremy a bit offline and he echoed my confusion a bit; we both thought |
(See WHATWG Working Mode: Changes for more details.)
/browsing-the-web.html ( diff )
/links.html ( diff )