[Webkit-unassigned] [Bug 22878] New: It should be possible to post (clone) built-in JS objects to Workers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 16 05:42:22 PST 2008


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

           Summary: It should be possible to post (clone) built-in JS
                    objects to Workers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


Worker.postMessage only takes strings now, but the spec has been recently
changed to allow arbitrary JS objects, such as Arrays and Objects. We need to
support this.

This is similar to JSON, but not quite the same.


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



More information about the webkit-unassigned mailing list