mirror of
https://github.com/localForage/localForage.git
synced 2026-02-01 15:32:04 +00:00
Merge branch 'fix/same-name-but-different-store-name-causes-exceptions' of https://github.com/ecraft/localForage into ecraft-fix/same-name-but-different-store-name-causes-exceptions
This commit is contained in:
commit
11666c29f5
@ -807,7 +807,8 @@ DRIVERS.forEach(function(driverName) {
|
||||
storeName: 'storagename2'
|
||||
});
|
||||
|
||||
// Same name, but different storeName
|
||||
// Same name, but different storeName since this has been
|
||||
// malfunctioning before w/ IndexedDB.
|
||||
localforage3 = localforage.createInstance({
|
||||
name: 'storage2',
|
||||
// We need a small value here
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user