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

html filesystem API?

Open ericgj opened this issue 14 years ago • 1 comments

Any plans for supporting a backend that uses the HTML5 filesystem API? Or possibly even local storage somehow? I think this would be very useful, for example to give web apps a git-backed revision system.

Would love to help out with this project somehow, although I am very new to js and not too familiar with git internals.

Eric

ericgj avatar Sep 15 '11 17:09 ericgj

This is a good idea. I actually hadn't come across the HTML5 Filesystem API before, so thanks for that :)

I guess that means we'll need to abstract the filesystem in git.js, so we can use either the real filesystem of the HTML5 filesystem.

danlucraft avatar Sep 27 '11 15:09 danlucraft