CodeQL library for JavaScript/TypeScript
codeql/javascript-all 1.1.2-dev (changelog, source)
Search

Module SocketIOClient

Provides classes for working with client-side socket.io code (npm package socket.io-client).

Import path

import javascript

Classes

ReceiveCallback

An acknowledgment callback from a receive node.

ReceiveNode

A data flow node representing an API call that receives data from the server.

SendCallback

An acknowledgment callback registered when sending a message to a server. Responses from servers are received using this callback.

SendNode

A data flow node representing an API call that sends data to the server.

SocketNode

A data flow node that may produce a socket object.

SocketObject

A socket object.