fixed several consistency issues with y-indexeddb. Implemented support for .close() - a soft replacement for .destroy()
This commit is contained in:
@@ -206,7 +206,8 @@ module.exports = function (Y/* :any */) {
|
||||
yield* this.store.operationAdded(this, {
|
||||
struct: 'Delete',
|
||||
target: target.id,
|
||||
length: targetLength
|
||||
length: targetLength,
|
||||
targetParent: target.parent
|
||||
})
|
||||
}
|
||||
// need to gc in the end!
|
||||
|
||||
Reference in New Issue
Block a user