-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello. I & a lot of others are excited by the idea of being able to exchange web pages offline with a friend, by using Signed Bundled Web Package/Web Bundles.
I'm concerned that http-cache-partitioning breaks many of these use cases. If I have a website on example.com & I'm using a CDN such as unpkg.com to get JS modules, and I have signed web bundles of my example.com site and signed bundles for the unpkg.com modules, I should be able to share these bundles with a friend offline, & they should then have everything they need to use my site offline. However with this http-cache-partitioning, it's unclear how the offline example.com site would be able to get access to the other signed web bundles for the unpkg.com modules that my friends also has got. HTTP cache partitioning is a new restriction that breaks example.com's ability to see these unpkg.com assets that were offline shared.
I'd like to see http cache partitioning provide some means to allow Web Bundles/Web Packages to continue to be useful for offline sharing.
I've also raised this question in the HTTP cache partitioning design review, albeit I appear to be a month late.