Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RTCPeerConnection constructor error to spec. (#197)
* Add RTCPeerConnection constructor error to spec. Because WebRTC's RTCPeerConnection interface is disallowed in fenced frames, we need to patch the WebRTC spec to throw an exception in the constructor. * Address comments from lbrady
- Loading branch information