RESOLVED FIXED 22724
Implement SharedWorker
https://bugs.webkit.org/show_bug.cgi?id=22724
Summary Implement SharedWorker
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.