Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web worker version doesn't work with alternate FileSystem implementations #2

Open
ryanackley opened this issue Jul 31, 2013 · 2 comments

Comments

@ryanackley
Copy link
Owner

The web worker has to request a new filesystem from the browser because the main page can only pass the String path across to it.

It would be nice if alternate implementations of FileSystem worked. For example, chrome.syncFileSystem.

@pke
Copy link

pke commented Aug 13, 2014

and what about WinRT file APIs? Do you think it would be possible to adapt them (they are fully async).

@ryanackley
Copy link
Owner Author

It is definitely possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants