bigeasy / indexeddb

A pure Node.js implementation of the async W3C Index DB API.
MIT License
38 stars 6 forks source link

Pass Web Platform Tests. #18

Open bigeasy opened 3 years ago

bigeasy commented 3 years ago

9 of 383 tests: 2.34% complete.

bigeasy commented 3 years ago

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.