Open
Bug 1896984
Opened 1 year ago
Updated 1 year ago
Remove UDPSocket
Categories
(Core :: DOM: Device Interfaces, task)
Core
DOM: Device Interfaces
Tracking
()
NEW
People
(Reporter: saschanaz, Unassigned)
References
Details
It has been disabled behind dom.udpsocket.enabled
forerver on non-b2g build since the 2014 addition. KaiOS has it enabled but searchfox doesn't show any actual use by new UDPSocket
.
(TCPSocket is still being used in devtools and Thunderbird.)
Comment 1•1 year ago
|
||
Note: I think we need to keep c++ UDPSocketChild/Parent for WebRTC transport: https://searchfox.org/mozilla-central/source/dom/media/webrtc/transport/nr_socket_prsock.h#294
We can remove the DOM implementation, however.
Reporter | ||
Comment 2•1 year ago
|
||
Fabrice agreed that KaiOS doesn't use it and does not expose it to any apps. And yes this covers only the removal of UDPSocket web interface.
You need to log in
before you can comment on or make changes to this bug.
Description
•