A target object to wrap with Proxy.
An object whose properties define the behavior of Proxy when an operation is attempted on it.
Creates a revocable Proxy object.
A target object to wrap with Proxy.
An object whose properties define the behavior of Proxy when an operation is attempted on it.
Creates a Proxy object. The Proxy object allows you to create an object that can be used in place of the original object, but which may redefine fundamental Object operations like getting, setting, and defining properties. Proxy objects are commonly used to log property accesses, validate, format, or sanitize inputs.