[IndexedDB] Convert remaining methods to "algorithmic style" (#5)

- [ ] IDBFactory#open
- [ ] IDBFactory#deleteDatabase
- [ ] IDBDatabase#createObjectStore
- [ ] IDBDatabase#deleteObjectStore
- [ ] IDBDatabase#transaction
- [ ] IDBDatabase#close
- [ ] IDBObjectStore#createIndex
- [ ] IDBObjectStore#deleteIndex
- [ ] IDBObjectStore#index
- [ ] IDBTransaction#abort
- [ ] IDBTransaction#objectStore





---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/5

Received on Friday, 8 May 2015 17:31:03 UTC