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   

Description Alexey Proskuryakov 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.
Comment 1 Alexey Proskuryakov 2008-12-07 03:59:45 PST
<rdar://problem/6425813>
Comment 2 Alexey Proskuryakov 2009-09-15 15:27:25 PDT
Can this be closed now?