MCPcopy
hub / github.com/witheve/Eve / BrowserClient

Interface BrowserClient

src/runtime/databases/browserSession.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import * as eveSource from "../eveSource";
11
12interface BrowserClient {
13 send(json: string);
14}
15
16export class BrowserEventDatabase extends Database {
17 constructor() {

Callers 8

socketSendMethod · 0.65
initIDEFunction · 0.65
client.tsFile · 0.65
writeToGistFunction · 0.65
readFromGistFunction · 0.65
updateViewsMethod · 0.65
sendMethod · 0.65
eFunction · 0.65

Implementers 8

EveClientsrc/client.ts
LanguageServicesrc/ide.ts
NoopPerformanceTrackersrc/runtime/performance.ts
PerformanceTrackersrc/runtime/performance.ts
WebworkerRuntimeClientsrc/runtime/webworker.ts
BrowserRuntimeClientsrc/runtime/browser.ts
HTTPRuntimeClientsrc/runtime/server.ts
SocketRuntimeClientsrc/runtime/server.ts

Calls

no outgoing calls

Tested by

no test coverage detected