[Webkit-unassigned] [Bug 264569] Default binaryType value in RTCDataChannel should be 'Blob'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 10 05:10:03 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=264569
--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Typo:
BinaryType m_binaryType { BinaryType::Blog };
^ Wrong, I meant:
BinaryType m_binaryType { BinaryType::Blob };
--
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/20231110/e7008a0b/attachment.htm>
More information about the webkit-unassigned
mailing list