Re: [slightlyoff/ServiceWorker] Where are ServiceWorker data stored? (#883)

This is completely dependent on the browser implementation and may change over time.  In Firefox it's something like:

  <profile dir>/storage/default/<origin>/cache

You really should not touch these files externally, though.  All bets are off on the browser working if you do. (Please don't.)

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/883#issuecomment-209399872

Received on Wednesday, 13 April 2016 12:12:21 UTC