Bug 22724 - Implement SharedWorker
Summary: Implement SharedWorker
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P4 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-12-07 03:36 PST by Alexey Proskuryakov
Modified: 2009-09-15 15:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?