idb.filesystem.js icon indicating copy to clipboard operation
idb.filesystem.js copied to clipboard

Why can't it support Chrome browser?

Open daoxian opened this issue 4 years ago • 1 comments

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

daoxian avatar Jan 28 '21 14:01 daoxian

  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.)

andriemc avatar May 15 '23 14:05 andriemc