You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
Have the abstract-leveldown test suite assume binary keys are supported (remove process.browser checks) (get rid of process.browser checks abstract-leveldown#121) Remove process.browser checks and move binary key tests to isolated test file(s) that can be skipped by implementations.
Or until then, add a custom test to level-js
Assume use of modern browserify (where Buffer is a subclass of Uint8Array)
Feature-detect binary key support
Update to latest abstract-leveldown and implement _serializeKey as (simplified):