Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUse new chrome.sockets.* APIs #34
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
chrome-netandchrome-dgramuse 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.