jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 218 forks source link

Define how to set up BrowserFS for webworkers #12

Closed jvilk closed 11 years ago

jvilk commented 11 years ago

Both sides need to set up the message passing interface correctly to handle browser FS requests without disturbing any existing messages.

Ideal solution: User can encapsulate the default supplied BrowserFS send/receive functions how they want, or use them directly. Allows users to use BrowserFS easily, or in place of webworker messages.

jvilk commented 11 years ago

Deferring WebWorker support for now.