[Bug 11827] New: [Workers] "connect" event interface type not defined

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11827

           Summary: [Workers] "connect" event interface type not defined
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Web Workers (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: travil@microsoft.com
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-webapps@w3.org


I fully expected to see an interface ConnectEvent used to describe that APIs
are available to a Shared Worker on the onconnect event handler. 

As this is implemented in Opera and Chrome and Safari today, I checked and
there seems to be some disagreement in the implementations...

Both report the event name to be MessageEvent, but WebKit doesn't have a "data"
property as expected (undefined) and Opera populates a "data" property with
value "connect".

This delta is obviously due to an under-specification of the "connect" event
type that should be fired in this case.

Can this clarification please be added?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 21 January 2011 00:00:56 UTC