Updates:
Summary: Object.observe should not get notifications about changes to API
accessor properties
Comment #1 on issue 3745 by [email protected]: Object.observe should not
get notifications about changes to API accessor properties
https://code.google.com/p/v8/issues/detail?id=3745
Fixed the title to narrow down to "API accessor properties".
DOM attributes are, per spec, accessor properties on the prototype, and
it's for that reason that we don't want to notify when they change. See the
classic http://code.google.com/p/chromium/issues/detail?id=43394 for more
discussion of why they're not implemented that way in Chromium.
For properties that happen to be implemented as accessors inside V8, the
correct behavior is to notify, as we do for the "prototype" property of
Function instances and the "length" property of Array instances.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.