Socket
Book a DemoInstallSign in
Socket

indexeddb-getall-shim

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indexeddb-getall-shim

A shim/polyfill for supporting IDBObjectStore.getAll and IDBIndex.getAll.

Source
npmnpm
Version
1.3.4
Version published
Weekly downloads
1.4K
17.16%
Maintainers
1
Weekly downloads
 
Created
Source

IndexedDB-getAll-shim Build Status

A shim/polyfill for supporting IDBObjectStore.getAll, IDBIndex.getAll, IDBObjectStore.getAllKeys, and IDBIndex.getAllKeys. Currently (February 2016) the latest versions of Firefox and Chrome have getAll built in, but other browsers do not.

Usage

Just include IndexedDB-getAll-shim.js on your page and you're good to go. To see an example of how it works, look in example.html.

If you're using CommonJS, you can install it through npm:

npm install indexeddb-getall-shim

and include it like this:

require('indexeddb-getall-shim');

Unit Tests

npm test

License

MIT License

Keywords

IndexedDB

FAQs

Package last updated on 30 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts