Bug 144537

Summary: Support for TCP and UDP Socket API
Product: WebKit Reporter: Yonggang Luo <luoyonggang>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Enhancement CC: annevk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Yonggang Luo 2015-05-02 20:02:50 PDT
The TCP and UDP Socket API would be very usefull, if that support in browser.
http://www.w3.org/TR/tcp-udp-sockets/
With the TCP and UDP support, we can implement other features on top of it
such as XMLHttpRequest and Fetch API.
Comment 1 Anne van Kesteren 2023-03-27 08:17:06 PDT
These APIs are too low-level to directly expose to the web.