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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 27 10:50:41 PDT 2013


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

           Summary: Structured clone does not preserve array lengths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at chromium.org
                CC: abarth at webkit.org, rafaelw at chromium.org,
                    adamk at chromium.org


ex.

postMessage(new Array(10), '*');
onmessage = function(event) {
  console.log(event.data.length); // should be 10, but 0 in webkit.
});

-- 
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