Closed dy closed 5 years ago
Browser localStorage allows setting values directly:
localStorage.x = 1 localStorage.x // '1'
This package doesn't allow that. That can be fixed via Proxy. Should that be done here @lmaccherone ?
Now published at v2.1.x
Browser localStorage allows setting values directly:
This package doesn't allow that. That can be fixed via Proxy. Should that be done here @lmaccherone ?