2008/11/12 Alexey Proskuryakov <[EMAIL PROTECTED]>: > 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
