[webrtc-pc] RTCPeerConnection incorrectly adds operation overload via a partial interface

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

== RTCPeerConnection incorrectly adds operation overload via a partial interface ==
http://w3c.github.io/webrtc-pc/#method-extensions

[The Web IDL spec](https://heycam.github.io/webidl/#idl-overloading) says overloads must not be added via any partial types:

>Operations must not be overloaded across interface, partial interface, interface mixin, and partial interface mixin definitions.

Instead they must be in the same interface definition.

I suggest we merge [4.4.2](http://w3c.github.io/webrtc-pc/#interface-definition) and [4.4.3.1](http://w3c.github.io/webrtc-pc/#method-extensions).

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

Received on Tuesday, 19 June 2018 01:44:21 UTC