Re: [w3c/manifest] Use case for appuninstall event (#636)

I don't see why this would be a good use-case.
To solve your your case you could simply use a flag (e.g. on IDB) that indicates whether privacy-sensitive data should be stored in the local IDB or not. Such a flag can then be switched by the user and you can throw your uninstall event yourself.

User clients should could encouraged to offer simpler possibilities to clear any data to end users (in contrast to devs who know how to do just that). However that's not really a web standard thing IMO.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/636#issuecomment-356278929

Received on Tuesday, 9 January 2018 13:07:59 UTC