localforage-driver-memory
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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);
 

Dependents (24)

Package Sidebar

Install

npm i localforage-driver-memory

Weekly Downloads

5,075

Version

1.0.5

License

MIT

Unpacked Size

156 kB

Total Files

101

Last publish

Collaborators

  • alorel