[Webkit-unassigned] [Bug 113425] Structured clone does not preserve array lengths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 10:52:37 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113425





--- Comment #1 from Elliott Sprehn <esprehn at chromium.org>  2013-03-27 10:50:46 PST ---
Relevant spec text:

http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#safe-passing-of-structured-data

If input is an Array object
   Let output be a newly constructed empty Array object whose length is equal to the length of input.

   This means that the length of sparse arrays is preserved.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list