ES6 Proxy Practical Usage Some of the possible usages of new ES6 Proxy interface. Listening to changes on target objects. Members validation. Creating private methods. Revoking access to sensitive data. Intercepting certain operations.