mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Updated ClientSocket and SendNode with API graphs.
This commit is contained in:
@@ -14,7 +14,7 @@ const { MyWebSocketWS, myWebSocketWSInstance } = require('./client.js');
|
||||
|
||||
(function () {
|
||||
myWebSocketWSInstance.on('open', function open() {
|
||||
myWebSocketWSInstance.send('Hi from client!'); // $ MISSING: clientSend
|
||||
myWebSocketWSInstance.send('Hi from client!'); // $ clientSend
|
||||
});
|
||||
|
||||
myWebSocketWSInstance.on('message', function incoming(data) {
|
||||
|
||||
Reference in New Issue
Block a user