ebidel / idb.filesystem.js

HTML5 Filesystem API polyfill using IndexedDB
https://www.npmjs.com/package/idb.filesystem.js
Other
487 stars 46 forks source link

Why can't it support Chrome browser? #51

Open daoxian opened 3 years ago

daoxian commented 3 years ago

I'm using chrome. After installed idb.filesystem.js, the storage is still FileSystem, not indexedDB. Why?

andriemc commented 1 year ago
  1. Chrome supports filesystem api. 2. This is not a library for savign stuff in indexedDB this is a library that implements the filesystem api for other browsers that aren't chromium based (which chrome is.)