Hacker News new | ask | show | jobs
by zoips 5490 days ago
http://wiki.ecmascript.org/doku.php?id=harmony:proxies

Proxies, which are only supported currently in Firefox but should see support in other browsers eventually, will allow you to intercept all types of property access/manipulation on objects. This will allow generalized multiple inheritance and dynamic mixins; I wrote basically that using node-proxy for Node.js.