isomorphic-git / isomorphic-git

A pure JavaScript implementation of git for node and browsers!
https://isomorphic-git.org
MIT License
7.43k stars 373 forks source link

how to use in environments without IndexedDB? #866

Open geekodour opened 5 years ago

geekodour commented 5 years ago

this is more on the firesystem side as cloudflare workers don't support indexeddb

https://github.com/isomorphic-git/lightning-fs/issues/27

https://community.cloudflare.com/t/indexdb-with-cloudflare-workers-for-using-git-in-workers/114813

billiegoose commented 5 years ago

Out of curiosity, did you try using BrowserFS with the InMemory backend?