Re: Experimental implementation of Object.observe JS Utility library now available

2012-08-22 Thread Rick Waldron
On Wednesday, August 22, 2012 at 6:34 AM, Steve Sanderson wrote: This is fantastic - thanks for pushing this forwards, Rafael! For context, I'm part of the knockout.js (a JavaScript MV* library) team, so I have some interest in how this could work out. This spec has a lot of potential

Re: Re: Experimental implementation of Object.observe JS Utility library now available

2012-08-22 Thread Rafael Weinstein
Hi Steve, Thanks for joining the conversation. =-) The automatic dependency discovery that Knockout does is rather cool. My sense has been that Proxy is a better tool for this job than is expanding the semantics of Object.observe() to include reads. Object.observe() only operates on objects