Stop throwing incorrect exceptions from PeerConnection
Categories
(Core :: WebRTC, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
We're throwing DOMExceptions named "TypeError" instead of actual TypeErrors.
Assignee | ||
Comment 1•5 years ago
|
||
We're throwing DOMExceptions named 'TypeError' instead of actual TypeErrors.
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Hmm. The file in our tree looks quite different from the one upstream... James, any idea what's going on here?
Assignee | ||
Comment 5•5 years ago
|
||
And I can, of course, manually try merging the two and pushing it both to our tree and upstream.....
Comment 6•5 years ago
|
||
bugherder |
Comment 7•5 years ago
|
||
The answer appears to be that the merge conflict between bug 1531904 and https://github.com/web-platform-tests/wpt/pull/16038 was incorrectly resolved, even though I apparently realised there was a problem and reached out for a correct fix. So yeah, at this point I think pushing patches as required to resolve the situation is probably the right way forward. Sorry about this.
Assignee | ||
Comment 8•5 years ago
|
||
Aha, thank you for that pointer. I filed bug 1610422 to track the Gecko-side changes to resolve the conflict.
Description
•