[webrtc-pc] Be consistent when rejecting with an OperationError

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

== Be consistent when rejecting with an OperationError ==
At many places it's said:
```
reject p with a newly created OperationError
```
but in one place it's said as:
```
Reject p with a DOMException object whose name attribute has the value OperationError
```


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

Received on Monday, 20 August 2018 08:32:43 UTC