Open dweymouth opened 9 months ago
This could probably be done with the IndexedDB API which is suitable for storing larger amounts of data than the 5MB-10MB limit of localStorage
$250 is currently allocated for eligible contributors completing this work (see Contributing: Membership). (split from the original ticket #2734)
It's probably more heavyweight (eg we don't need unix permissions, etc) and pulls in more dependencies than we want, but could be a good guide for how to build our own filesystem-like abstraction on indexeddb
Yep, if you're not trying to implement the stdlib os API, you should need a lot less code. Most of the logic in jsfs is implementing different os functions that aren't needed for simple file storage.
Hey, I am new to this Org . I just wanted to know that is this issue open and if anyone is already working on this.
Nobody was working on this - however it is part of the upcoming 2.5 release which is due imminently. So we are looking for a quick turnaround (i.e. days remaining) - is that possible?
@andydotxyz just got a need to work on a university Project. Sorry won't be able to do this. Thanks for support.
Let's not push it that far. No new APIs required so we should be able to pull it into 2.5.x (hopefully the .1 at the latest, but who knows...)
Checklist
Is your feature request related to a problem?
The storage APIs are currently unimplemented for web.
Related: #2734
Is it possible to construct a solution with the existing API?
No response
Describe the solution you'd like to see.
Storage APIs implemented for web. Local storage will probably not be usable here due to size limitations.