isomorphic-git / lightning-fs

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

Fix IDB interface #104

Open qucumbah opened 1 year ago

qucumbah commented 1 year ago
  1. Remove constructor Interfaces shouldn't specify constructor types. Moreover, I'm pretty sure it's not possible to implement this interface.

  2. Provided correct argument/return value types to the interface methods.

  3. Fixed readFile method name.