localforage
Advanced tools
Changelog
ready()
when using RequireJS. (723cc94e06)setDriver
now accepts an array of drivers to be used, in order of preference, instead of simply a string. The string option is still supported. (eg. now one can use setDriver(['WebSQL', 'localStorage'])
instead of setDriver('WebSQL')
)reject()
function.Changelog
This release drops support for some legacy browsers, though not actually the ones you might think. localForage's new policy is to support the current version of all major browsers plus up to three versions back.
dist/
directory. (#172)keys()
method. (#180)