ionic-team / ionic-team/capacitor-filesystem
Filesystem plugin should default to using `navigator.storage` on the web
Open
- Dominant language
- TypeScript
- Stars
- 6
- Forks
- 15
- Avg merge
- 14m
- Merged PRs (30d)
- 1
Description
## Feature Request
### Plugin
capacitor/filesystem
### Description
Please consider making `navigator.storage` the default storage for web, and resort to `indexdb` only in case where it is not available.
### Platform(s)
- web
### Additional Context
I was convinced by:
https://stackoverflow.com/questions/44094507/how-to-store-large-files-to-web-local-storage
Contributor guide
Assessment
This issue has not been assessed yet.