Closed earthlyreason closed 4 years ago
Note that the semantics of this differ between arrow function and function expressions. The insert and delete operations were throwing TypeError because this._db was undefined.
this
function
insert
delete
this._db
Fixes #60.
Note that the semantics of
this
differ between arrow function andfunction
expressions. Theinsert
anddelete
operations were throwing TypeError becausethis._db
was undefined.