Bug 144537
| Summary: | Support for TCP and UDP Socket API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yonggang Luo <luoyonggang> |
| Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Enhancement | CC: | annevk |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Yonggang Luo
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
These APIs are too low-level to directly expose to the web.