git-html5.js
git-html5.js copied to clipboard
Web worker version doesn't work with alternate FileSystem implementations
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.
and what about WinRT file APIs? Do you think it would be possible to adapt them (they are fully async).
It is definitely possible.