Open vapier opened 4 years ago
the code currently handles chrome.socket, but it doesn't handle the newer chrome.sockets (which replaces chrome.socket).
chrome.socket
chrome.sockets
it's actually 3 APIs in that namespace:
chrome.sockets.udp
chrome.sockets.tcp
chrome.sockets.tcpServer
the code currently handles
chrome.socket
, but it doesn't handle the newerchrome.sockets
(which replaceschrome.socket
).it's actually 3 APIs in that namespace:
chrome.sockets.udp
chrome.sockets.tcp
chrome.sockets.tcpServer