607 Views
This a new feature introduced in the ES6 standard. The Proxy object is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc). There are 3 key terms we need to define before we proceed: handler - the placeholder object which contains the trap(s).
0 comments