Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants