pganssle / cim

Chord Identification Method Trainer
https://pganssle.github.io/cim/
Apache License 2.0
6 stars 3 forks source link

Improvements to cache invalidation #30

Open pganssle opened 9 months ago

pganssle commented 9 months ago

I am finding that on desktop the serviceworker is hitting old caches unless I do a hard refresh, and it keeps going back to the older values.... I think I need to add an activate listener to the serviceworker, and maybe invalidate the cache on every update?