Open
Bug 1449907
Opened 7 years ago
Updated 3 years ago
RTCDataChannel.send, TypeError vs DOMException(name='TypeError')
Categories
(Core :: WebRTC, enhancement, P3)
Core
WebRTC
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | affected |
People
(Reporter: lgrahl, Unassigned)
Details
(Keywords: dev-doc-needed)
It seems we're raising the wrong exception (DOMException) in case the message exceeds the maximum message size in RTCDataChannel.send.
Depends on the outcome of https://github.com/w3c/webrtc-pc/issues/1817
Updated•7 years ago
|
Rank: 25
Priority: -- → P3
Updated•7 years ago
|
Keywords: dev-doc-needed
| Reporter | ||
Comment 1•7 years ago
|
||
Can someone take a look at this? We should raise `TypeError` instead. Should be easy to fix. :)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•