service-worker-gateway
service-worker-gateway copied to clipboard
Document how to manually purge Cache created by SW
When a service worker is deregistered, the Cache API storage is not automatically purged, caches persist across SW instances and lifecycle.
We need a command to explicitly purge caches (ipfs-sw-purge-caches), similar to https://github.com/ipfs/service-worker-gateway/issues/506