[Bug 12248] Make objects first-class API citizens

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12248

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |12101

--- Comment #6 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-03-07 19:33:39 UTC ---
The bug for the "structured clone" spec is bug 12101.

I'm all in favour of supporting getters, I just have no idea how to do so. I'm
happy to spec what happens in all the edge cases listed in comment 3, if
someone can tell me what should actually happen in those cases. I'm actually
more worried about the infinite case (where the getter unconditionally returns
an object with a property with the same getter). Currently I'm leaning towards
just not fetching data from properties that have getters.

(The issue of making sure the getters are fetched in the same order each time,
and only fetched once each time, is far less of a problem than the above
issues.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 7 March 2011 19:33:42 UTC