Skip to content
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

Use new chrome.sockets.* APIs #34

Closed
feross opened this issue Mar 4, 2014 · 1 comment
Closed

Use new chrome.sockets.* APIs #34

feross opened this issue Mar 4, 2014 · 1 comment
Labels

Comments

@feross
Copy link
Member

@feross feross commented Mar 4, 2014

chrome-net and chrome-dgram use chrome.socket. Starting with Chrome 33, this API is deprecated in favor of the sockets.udp, sockets.tcp and sockets.tcpServer APIs.

http://developer.chrome.com/apps/socket

Update these packages to use the new api. Looks like it has some nice additions like being able to see how many sockets the app has open to catch leaks.

@feross feross added the enhancement label Mar 6, 2014
@feross

This comment has been minimized.

Copy link
Member Author

@feross feross commented Mar 16, 2014

@feross feross closed this Mar 16, 2014
@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.