Open
Description
Hi,
Will there be any plans to provide a file system which stores directly to indexeddb? It would be very useful to be able to read individual large files with streams without loading everything in memory. Also would remove then need of having to manually call syncfs. I know there's a library which can call the db from code but would be much better for it to occur lower level as part of the file system.
Thanks