Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michael-lettona/f1d2afbecce065e1859c to your computer and use it in GitHub Desktop.
Save michael-lettona/f1d2afbecce065e1859c 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