Re: [ServiceWorker] Hints in beforeevicted to let the SW of a web app pick among several house cleaning options? (#611)

Yeah maybe.  I was thinking how eviction could work with and without it, and I started to feel that we could probably go without `spaceRequested` at least in v1. If an app wants some guarantee for data persistence the app can use https://github.com/slightlyoff/StorageDurability, and if storage situation becomes really tight even after firing `beforeevict` and evicting non-durable apps the UA can show some UI to let the user decide what to keep/remove.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/611#issuecomment-72860467

Received on Wednesday, 4 February 2015 14:15:39 UTC