Re: [whatwg] About the internal structured cloning algorithm

2011-05-02 Thread Ian Hickson
On Sat, 8 Jan 2011, David Bruant wrote: > > I have two distinct things to say about this algorithm. > > First of all, at Step 5 : > "If input is an Array object or an Object object, then, for each enumerable > property in input, add a corresponding property to output having the same > name, and ha

[whatwg] About the internal structured cloning algorithm

2011-01-08 Thread David Bruant
I have two distinct things to say about this algorithm. First of all, at Step 5 : "If input is an Array object or an Object object, then, for each enumerable property in input, add a corresponding property to output having the same name, and having a value created from invoking the internal st