[Webkit-unassigned] [Bug 86556] New: [Worker] Web Worker lacks test for posting structured data message.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 18:23:04 PDT 2012


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

           Summary: [Worker] Web Worker lacks test for posting structured
                    data message.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: li.yin at intel.com


>From http://www.w3.org/TR/2012/CR-workers-20120501/#communicating-with-a-dedicated-worker
Structured data can be sent over this communication channel.
worker.postMessage({
  operation: 'find-edges',
  input: buffer, // an ArrayBuffer object
  threshold: 0.6,
}, [buffer]);

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