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

'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. #37

Closed lakshmanweb closed 8 years ago

lakshmanweb commented 9 years ago

I am getting this error while implimentation.

If I changed it to navigator.webkitTemporaryStorage, then code will work with old browsers? my application should be compatibly in chromium browser (raspberry).

Please suggest me. Thanks.

ebidel commented 8 years ago

This was an issue with the playground demo not using the latest https://github.com/ebidel/filer.js. Not with the library itself. I've updated it.