Re: PeerConnection should extend EventTarget

Hi Adam,

Le mardi 12 juin 2012 à 10:11 +0200, Adam Bergkvist a écrit :
> PeerConnection does implement EventTarget. The actual "implements 
> statement" is located at the very end of chapter 4 (a bit off). I think 
> we should put that in the same idl section as the actual PeerConnection 
> interface.

My understanding is that rather than "implements", interfaces are now
expected to inherits from EventTarget (i.e. interface PeerConnect :
EventTarget)

See also https://www.w3.org/Bugs/Public/show_bug.cgi?id=12574#c7

Dom

Received on Tuesday, 12 June 2012 09:15:33 UTC