JavaScript Proxy with Storage

1 · David Walsh · July 26, 2019, 3:18 p.m.
The JavaScript Proxy API provides a wealth of “magic” within JavaScript, allowing you to use any object as sort of an alias that allows a wall of validation, formatting, and error throwing. Did you know that you could also employ the Proxy API as an abstraction to different types of storage? Whether it’s sessionStorage, localStorage, […] The post JavaScript Proxy with Storage appeared first on David Walsh Blog. ...