Skip to content

Instantly share code, notes, and snippets.

@robnyman
Created February 23, 2012 16:29
Show Gist options
  • Save robnyman/1893573 to your computer and use it in GitHub Desktop.
Save robnyman/1893573 to your computer and use it in GitHub Desktop.
Open IndexedDB transaction
// Open a transaction to the database
var transaction = db.transaction(["elephants"], IDBTransaction.READ_WRITE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment