Bug 22724

Summary: Implement SharedWorker
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: atwilson, jam
Priority: P4 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Alexey Proskuryakov
Reported 2008-12-07 03:36:14 PST
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.
Attachments
Alexey Proskuryakov
Comment 1 2008-12-07 03:59:45 PST
Alexey Proskuryakov
Comment 2 2009-09-15 15:27:25 PDT
Can this be closed now?
Note You need to log in before you can comment on or make changes to this bug.