-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP Socket #5
Comments
"Expose WebIDL TCPSocket to chrome code" - https://bugzilla.mozilla.org/show_bug.cgi?id=1207090 https://searchfox.org/mozilla-central/source/dom/network/tests/ |
I run into TCPServerSocket bug, starting a server on the port that is already in use does not seem to report an issues but such socket seems to be corrupt. Filed Bug 1474150 |
Status update here had being long due, so here it is:
|
Version with AsyncIterators has landed, all the followup work lie Readable streams etc.. should be tracked in dedicated issues. |
In fact there was an effort to standardize TCP and UDP Socket APIs which might be worth pursuing in this context. Firefox has scriptable nsIServerSocket and nsISocketTransportService that could be wrapped and exposed to WebExtensions.
🐞 1247628
The text was updated successfully, but these errors were encountered: