📘Proxy
JS ⟩ object ⟩ built-in ⟩ Proxy
A Proxy wraps another object/function and intercepts
property creation/access/enumeration/testing
method invocation
a Proxy object doesn't have own properties.
JavaScript enforces some invariants – conditions that must be fulfilled by internal methods and traps. 📗 javascript.info
Last updated