Forked from robnyman/Open-IndexedDB-transaction.js
Last active
September 2, 2015 01:20
-
-
Save michael-lettona/f1d2afbecce065e1859c to your computer and use it in GitHub Desktop.
Open IndexedDB transaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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