[Webkit-unassigned] [Bug 22724] New: Implement SharedWorker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 7 03:36:14 PST 2008


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

           Summary: Implement SharedWorker
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: jam at google.com


The Web Workers specification has a way to access Workers by name, in addition
to accessing them by reference, and also to exchange "message ports" used to
communicate with such Workers via postMessage() API.

The spec may or may not be implementable as is, but such an API would be
significantly more powerful than the existing Worker API indeed. This bug
tracks investigation and implementation of shared workers.


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