node-localstorage icon indicating copy to clipboard operation
node-localstorage copied to clipboard

Make ES6 tests fail when there is no Proxy object

Open lmaccherone opened this issue 4 years ago • 0 comments

Right now, simply doing something like myLSInstance['a'] = 'something' will add to the in memory version of myLSInstance without ever saving to disk. Maybe use getItem and setItem.

lmaccherone avatar Jun 08 '21 19:06 lmaccherone