Closed jvilk closed 11 years ago
You should be able to instantiate the API in some way.
For example, for an easy one-filesystem case: fs.instantiate(BrowserFS.BrowserStorage())
fs.instantiate(BrowserFS.BrowserStorage())
For multiple in a hierarchy, you'd have to use something more complex.
Already done, for the most part. the fs API has an instantiate function, but I might move it up to just BrowserFS.Instantiate.
fs
BrowserFS.Instantiate
You should be able to instantiate the API in some way.
For example, for an easy one-filesystem case:
fs.instantiate(BrowserFS.BrowserStorage())
For multiple in a hierarchy, you'd have to use something more complex.