Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ArrayBuffer in favor of Buffer #85

Merged
merged 1 commit into from
May 24, 2018
Merged

Conversation

vweevers
Copy link
Member

Closes #34.

@@ -159,16 +151,3 @@ Level.destroy = function (db, callback) {
callback(err)
}
}

var checkKeyValue = Level.prototype._checkKeyValue = function (obj, type) {
Copy link
Member Author

@vweevers vweevers May 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method was dead (it's now called _checkKey in abstract-leveldown), but without the need for ArrayBuffer, the default _checkKey works fine. Except for Level/abstract-leveldown#230, but that's hardly a priority.

@vweevers vweevers merged commit 1f33d78 into master May 24, 2018
@vweevers vweevers deleted the remove-array-buffer branch May 24, 2018 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants