Denis 346b78aee1 first commit 2 năm trước cách đây
..
_bundle 346b78aee1 first commit 2 năm trước cách đây
CHANGELOG.md 346b78aee1 first commit 2 năm trước cách đây
LICENSE 346b78aee1 first commit 2 năm trước cách đây
README.md 346b78aee1 first commit 2 năm trước cách đây
Store.js 346b78aee1 first commit 2 năm trước cách đây
Store.js.map 346b78aee1 first commit 2 năm trước cách đây
_driver.d.ts 346b78aee1 first commit 2 năm trước cách đây
_driver.js 346b78aee1 first commit 2 năm trước cách đây
_driver.js.map 346b78aee1 first commit 2 năm trước cách đây
_initStorage.d.ts 346b78aee1 first commit 2 năm trước cách đây
_initStorage.js 346b78aee1 first commit 2 năm trước cách đây
_initStorage.js.map 346b78aee1 first commit 2 năm trước cách đây
clear.d.ts 346b78aee1 first commit 2 năm trước cách đây
clear.js 346b78aee1 first commit 2 năm trước cách đây
clear.js.map 346b78aee1 first commit 2 năm trước cách đây
dropInstance.d.ts 346b78aee1 first commit 2 năm trước cách đây
dropInstance.js 346b78aee1 first commit 2 năm trước cách đây
dropInstance.js.map 346b78aee1 first commit 2 năm trước cách đây
getItem.d.ts 346b78aee1 first commit 2 năm trước cách đây
getItem.js 346b78aee1 first commit 2 năm trước cách đây
getItem.js.map 346b78aee1 first commit 2 năm trước cách đây
index.d.ts 346b78aee1 first commit 2 năm trước cách đây
index.js 346b78aee1 first commit 2 năm trước cách đây
index.js.map 346b78aee1 first commit 2 năm trước cách đây
iterate.d.ts 346b78aee1 first commit 2 năm trước cách đây
iterate.js 346b78aee1 first commit 2 năm trước cách đây
iterate.js.map 346b78aee1 first commit 2 năm trước cách đây
key.d.ts 346b78aee1 first commit 2 năm trước cách đây
key.js 346b78aee1 first commit 2 năm trước cách đây
key.js.map 346b78aee1 first commit 2 năm trước cách đây
keys.d.ts 346b78aee1 first commit 2 năm trước cách đây
keys.js 346b78aee1 first commit 2 năm trước cách đây
keys.js.map 346b78aee1 first commit 2 năm trước cách đây
length.d.ts 346b78aee1 first commit 2 năm trước cách đây
length.js 346b78aee1 first commit 2 năm trước cách đây
length.js.map 346b78aee1 first commit 2 năm trước cách đây
package.json 346b78aee1 first commit 2 năm trước cách đây
removeItem.d.ts 346b78aee1 first commit 2 năm trước cách đây
removeItem.js 346b78aee1 first commit 2 năm trước cách đây
removeItem.js.map 346b78aee1 first commit 2 năm trước cách đây
setItem.d.ts 346b78aee1 first commit 2 năm trước cách đây
setItem.js 346b78aee1 first commit 2 năm trước cách đây
setItem.js.map 346b78aee1 first commit 2 năm trước cách đây

README.md

localforage-driver-memory

In-memory localforage driver that forgets all data on page reload.

NpmVersion Travis (.com) branch Coveralls github branch Greenkeeper badge

UMD global name: localforageDriverMemory


Installation

npm install localforage-driver-memory

Usage

import * as localforage from 'localforage';
import * as memoryDriver from 'localforage-driver-memory';

localforage.defineDriver(memoryDriver);
localforage.setDriver(memoryDriver._driver);