JavaScript Proxy with Storage

added by JavaScript Kicks
7/26/2019 3:00:35 PM

972 Views

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?


0 comments