git-html5.js icon indicating copy to clipboard operation
git-html5.js copied to clipboard

Web worker version doesn't work with alternate FileSystem implementations

Open ryanackley opened this issue 12 years ago • 2 comments

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.

ryanackley avatar Jul 31 '13 14:07 ryanackley

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

pke avatar Aug 13 '14 03:08 pke

It is definitely possible.

ryanackley avatar Aug 13 '14 11:08 ryanackley