[whatwg] Combining the DedicatedWorker and SharedWorker interfaces

Aaron Boodman aa at google.com
Wed Nov 12 14:34:58 PST 2008


2008/11/12 Alexey Proskuryakov <ap at webkit.org>:
> Well, that's what MessagePort.startConversation() sends, and the proposal
> only said that connect() is a renamed startConversation() from Worker (also,
> "The postMessage() and startConversation() methods on Worker objects must
> act as if, when invoked, they immediately invoked the method of the same
> name on the port, with the same arguments").

It doesn't make sense to me that startConversation() would dispatch a
MessageEvent object with name "message". If that's what the spec
currently says, I think it should be changed.

- a



More information about the whatwg mailing list