Web features explorer

Proxy and Reflect

Widely available since 2019-03-20
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).

Learning resources on MDN

Browser support (view on caniuse.com)

Specifications