This Proxy API replaces the earlier proxies API. A summary of the major differences between this API and the previous API can be found on the old strawman page. To construct a proxy that wraps a given target object: var proxy = Proxy(target, handler); Both target and handler must be proper Objects. It is not necessary to use new to create new proxy objects. The handler is an object that may implem