Level / level-js

An abstract-leveldown compliant store on top of IndexedDB.
MIT License
544 stars 44 forks source link

Simplify value encoding aka serialization #76

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Baby steps. It's kind of a miracle that this passes tests 😄

Next step is to take the leap and upgrade abstract-leveldown, which will be a bigger PR.

vweevers commented 6 years ago

Again I assigned, when I meant to request a review. 😦

vweevers commented 6 years ago

The Chrome test has stalled. Looking into it.

vweevers commented 6 years ago

image

It's a race issue of some sort, introduced by #68. Opening an issue: #77.

vweevers commented 6 years ago

I'll rebase this after fixing #77.