isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
477 stars 47 forks source link

Not thread safe #18

Closed billiegoose closed 5 years ago

billiegoose commented 5 years ago

When two instances point to the same underlying IndexedDb they clobber each other. This is particularly frustrating when working with Workers, because only a single Worker can use the file system. But it also is the same underlying cause of #16.

billiegoose commented 5 years ago

fixed in #19