[webrtc-pc] RTCSctpTransport should inherit EventTarget (#2130)

ExE-Boss has just created a new issue for https://github.com/w3c/webrtc-pc:

== RTCSctpTransport should inherit EventTarget ==
`RTCSctpTransport` has the `onstatechange` property which is an event handler property.

It’d make sense if `RTCSctpTransport` inherited `addEventListener` and other methods from [`EventTarget`](https://dom.spec.whatwg.org/#interface-eventtarget).

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2130 using your GitHub account

Received on Wednesday, 20 March 2019 16:04:23 UTC