|
|
|
|
|
by judah
2166 days ago
|
|
Certainly it's true PWAs are subject to the user's desires about browser data. I think that's a good thing for users. PWAs usually store client-side data as a kind of cache: cookies, local storage, service worker cache. Caches are not meant to be permanent. There may be room for improvement here, however. One might imagine that clearing browser data shouldn't clear data for installed PWAs. That's an argument worth further evaluation. |
|
"Why did all my data get deleted? How can I get it back?"
and
"Why is it saying the browser won't let me store more data?"
The user's desires are pretty clear in both cases, but it's very unclear how the user can get what they want.