(no title)
yutijke | 2 years ago
So, if you want to backup your webapp data, you cannot use any filesystem backup tool.
And since OPFS cannot access your local files you cannot use it for webapps that largely use local file system data.
Something like scoped storage would have been great. Each webapp gets a separate directory where they can store your data. Easy to backup and you can also drop any local files or directory in there with existing OS tools.
iansinnott|2 years ago
Historically WebSQL would drop a real live SQLite database onto the disk (in some application support directory for the browser) which was very convenient for exactly this use case.
It's unfortunate that's no longer the case.