|
|
|
|
|
by iansinnott
980 days ago
|
|
What are the limitations of OPFS not being a real file system? 100% agree that the file system API ergonomics make it unusable as the storage layer for a local-first application. OPFS seems promising though, which is why I ask the above. |
|
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.