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

Commit fd36778

Browse files
committed
Add manifest
1 parent 3f82933 commit fd36778

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

memdown.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,13 @@ MemIterator.prototype._seek = function (target) {
155155
function MemDOWN () {
156156
if (!(this instanceof MemDOWN)) return new MemDOWN()
157157

158-
AbstractLevelDOWN.call(this)
158+
AbstractLevelDOWN.call(this, {
159+
bufferKeys: true,
160+
snapshots: true,
161+
permanence: false,
162+
seek: true,
163+
clear: true
164+
})
159165

160166
this._store = createRBT(ltgt.compare)
161167
}

0 commit comments

Comments
 (0)