Web features explorer

Proxy and Reflect

Widely available
Tags: javascript Groups: JavaScript

The Proxy and Reflect JavaScript built-ins intercept and define custom behavior for fundamental language operations (such as property lookup, assignment, enumeration, or function invocation). To learn more, see Proxy, Reflect at MDN.

Compatibility (view on caniuse.com)

Specifications