-
Notifications
You must be signed in to change notification settings - Fork 341
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
Define the "memory cache" #1400
Comments
Note: the memory cache is defined for images, here. However, it is implemented for other resources types as well (styles/fonts/...) |
Some existing preloaded-related bugs that arose from lack of defined memory cache: |
whatwg/html#6110 is the HTML-side issue for this. |
Service worker and memory cache relationship is also something that would be good to describe. |
Aside from the preload cache, browsers have another cache for certain resources. The semantics differ across browsers and can impact whether service workers end up seeing a request, for instance. Ideally this would be better defined.
#590 tracked some of this discussion previously.
The text was updated successfully, but these errors were encountered: