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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    5,013
    • latest

Version History

Package Sidebar

Install

npm i localforage-driver-memory

Weekly Downloads

5,014

Version

1.0.5

License

MIT

Unpacked Size

156 kB

Total Files

101

Last publish

Collaborators

  • alorel