idb.filesystem.js - A Well Tested JavaScript Polyfill Implementation Of The HTML5 Filesystem API
Join the DZone community and get the full member experience.
Join For Free
idb.filesystem.js
is a well tested javascript polyfill implementation of the html5
filesystem api. it is intended for browsers that do not support the api
natively.
the library works by using indexeddb as its underlying storage layer. essentially, this means that any browser supporting indexeddb also supports the filesystem api! all you need to do is make filesystem api calls, and the rest is magic.
requirements : none
demo : http://html5-demos.appspot.com/static/filesystem/idb.filesystem.js/demos/basic/index.html
license : apache license v2.0
the library works by using indexeddb as its underlying storage layer. essentially, this means that any browser supporting indexeddb also supports the filesystem api! all you need to do is make filesystem api calls, and the rest is magic.

requirements : none
demo : http://html5-demos.appspot.com/static/filesystem/idb.filesystem.js/demos/basic/index.html
license : apache license v2.0
API
HTML
JavaScript
Implementation
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments