Designing New File System API for WebExtensions #169
Labels
exp/wizard
Extensive knowledge (implications, ramifications) required
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
FYSA a new WebExtension File System API is being proposed/designed as a part of mozilla/libdweb#8 (comment)
It would enable js-ipfs running within browser extension context to have access to a better storage backend in Firefox.
My initial understanding is that we could create a special version of
IPFSRepo - Default Browser
stack for WebExtension contexts and replace default browser datastores with ones that take advantage of the new API.I am not familiar with this area and it is unclear to me if we would want to create a totally new datastore like datastore-fs, or just a new levelup backend store for js-datastore-level.
Ideally, someone with prior experience in creating js-datastore implementation should review it and provide feedback for proposal
from mozilla/libdweb#8 (comment) if anything is missing or unclear.(Update: API changed since then )Thoughts?
Let's make sure we don't miss this opportunity.
cc @dignifiedquire @diasdavid
The text was updated successfully, but these errors were encountered: