[Webkit-unassigned] [Bug 184731] Cannot create data channel with id >1023
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 30 00:14:22 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=184731
Danilo <db at threema.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Danilo <db at threema.ch> ---
@Anne: I can confirm that the following calls work in Safari 16.6:
let pc = new RTCPeerConnection();
pc.createDataChannel('hello', {id: 1024})
pc.createDataChannel('hello', {id: 60000})
The following fails with a TypeError:
pc.createDataChannel('hello', {id: 70000})
...so this issue can probably be closed as resolved.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230830/bc9a5ef0/attachment.htm>
More information about the webkit-unassigned
mailing list