You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.