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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i localforage-driver-memory

    Weekly Downloads

    5,269

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    156 kB

    Total Files

    101

    Last publish

    Collaborators

    • alorel