Bug 144537 - Support for TCP and UDP Socket API
Summary: Support for TCP and UDP Socket API
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-02 20:02 PDT by Yonggang Luo
Modified: 2023-03-27 08:17 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.