Make ES6 tests fail when there is no Proxy object
lmaccherone opened this issue · 0 comments
lmaccherone commented
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.