Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created June 12, 2012 13:55
Show Gist options
  • Save cfjedimaster/2917664 to your computer and use it in GitHub Desktop.
Save cfjedimaster/2917664 to your computer and use it in GitHub Desktop.
// https://developer.mozilla.org/en/IndexedDB/Using_IndexedDB
var indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB || window.msIndexedDB;
var IDBTransaction = window.IDBTransaction || window.webkitIDBTransaction;
var IDBKeyRange = window.IDBKeyRange || window.webkitIDBKeyRange;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment