mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Update chrome-app-tests.ts
This commit is contained in:
@@ -283,7 +283,7 @@ function test_socketsTcpServer(): void {
|
||||
chrome.sockets.udp.getInfo(socketId, (info: chrome.sockets.udp.SocketInfo) => { });
|
||||
|
||||
// getSockets
|
||||
chrome.sockets.tcp.getSockets(socketId, (infos: chrome.sockets.tcp.SocketInfo[]) => { });
|
||||
chrome.sockets.tcp.getSockets((infos: chrome.sockets.tcp.SocketInfo[]) => { });
|
||||
}
|
||||
|
||||
function test_socketsTcpServerEvents(): void {
|
||||
|
||||
Reference in New Issue
Block a user