MCPcopy Create free account
hub / github.com/deepnote/deepnote /

Class

packages/runtime-core/src/kernel-client.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 */
30export function createJsonWebSocketFactory(): typeof WebSocket {
31 return class extends WebSocket {
32 constructor(url: string | URL, protocols?: string | string[]) {
33 const filtered = Array.isArray(protocols)
34 ? protocols.filter(p => p !== JUPYTER_BINARY_PROTOCOL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected