We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f82933 commit fd36778Copy full SHA for fd36778
1 file changed
memdown.js
@@ -155,7 +155,13 @@ MemIterator.prototype._seek = function (target) {
155
function MemDOWN () {
156
if (!(this instanceof MemDOWN)) return new MemDOWN()
157
158
- AbstractLevelDOWN.call(this)
+ AbstractLevelDOWN.call(this, {
159
+ bufferKeys: true,
160
+ snapshots: true,
161
+ permanence: false,
162
+ seek: true,
163
+ clear: true
164
+ })
165
166
this._store = createRBT(ltgt.compare)
167
}
0 commit comments