RESOLVED WONTFIX 22226
Worker.connect() should dispatch an event named connect, not message
https://bugs.webkit.org/show_bug.cgi?id=22226
Summary Worker.connect() should dispatch an event named connect, not message
Alexey Proskuryakov
Reported 2008-11-12 23:50:26 PST
Updating behavior per HTML5 discussion. Currently, all MessageEvents created by WebCore have a hardcoded name of "message", but this is not correct.
Attachments
proposed patch (5.70 KB, patch)
2008-11-12 23:54 PST, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2008-11-12 23:54:53 PST
Created attachment 25119 [details] proposed patch
Alexey Proskuryakov
Comment 2 2008-11-14 02:21:18 PST
I'm going to remove connect() altogether, no need to fix it.
Note You need to log in before you can comment on or make changes to this bug.