Closed jvilk closed 10 years ago
Or even abstract FS implementations that you can extend, or helper functions even. There's a lot of shared code between the localStorage and in-memory FSes.
Yeah. I figured that I might do that once I have a third working filesystem in-place.
No need to do this anymore, since TypeScript checks interfaces at compile-time.
This will make it even easier to make a custom BrowserFS file system (and I'd use them, too).
I should start by making templates for the following cases: