tgvashworth / ServiceWorker-Polyfill

[DEPRECATED] JavaScript ServiceWorker implementation, enabling exploration by authors.
66 stars 7 forks source link

Make CacheLists per-domain #51

Open jakearchibald opened 10 years ago

jakearchibald commented 10 years ago

Currently they're created fresh per serviceworker, meaning they're lost between worker versions.

Need some sort of CacheListRegistry that can dish out a cache list for a particular origin.