bigeasy/indexeddb

Pass Web Platform Tests.

bigeasy opened this issue · 1 comments

9 of 383 tests: 2.34% complete.

  • IDBFactory tests. /^idbfactory/
  • IDBTransaction tests. /transaction/
  • IDBRequest tests. /^idbrequest/
  • IDBDatabase tests. /^idbdatabase/
  • IDBObjectStore tests. /^idbobjectstore/
  • IDBIndex tests. /^idbindex/
  • IDBCursor tests. /^idbcursor/

Reached a point where I need to implement both auto-increment and indexes. IIRC auto-increment preserves the next incremented value if the transaction rolls back, so we need to have a max function in Memento. Seems like we're always going to use Memento's extractor for index values, so that ought to be simple enough. Further Web Platform Tests will determine if it is not so simple.