Skip to content

Instantly share code, notes, and snippets.

@Rykus0
Forked from greenido/indexedDB-post-1.js
Created October 5, 2012 14:08
Show Gist options
  • Save Rykus0/3839978 to your computer and use it in GitHub Desktop.
Save Rykus0/3839978 to your computer and use it in GitHub Desktop.
var db;
var indexedDB = window.indexedDB || window.webkitIndexedDB
|| window.mozIndexedDB || window.msIndexedDB;
var IDBTransaction = window.IDBTransaction ||
window.webkitIDBTransaction;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment