No9 / localstorage-down

localstorage implementation of leveldown
MIT License
41 stars 13 forks source link

encode buffer keys #81

Open mvayngrib opened 8 years ago

mvayngrib commented 8 years ago

any reason values are base64 encoded but not keys?

nolanlawson commented 8 years ago

This may be a bug. In PouchDB we only use string keys, and PouchDB is the only major consumer of this library that I'm aware of. Also I believe the latest version of abstract-leveldown has this fix, but we would need to upgrade and then re-run the tests.