MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode /

Class

src/plugins/websocket/www/websocket.js:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12};
13
14class WebSocketInstance extends EventTarget {
15 constructor(url, instanceId, binaryType) {
16 super();
17 this.instanceId = instanceId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected