MCPcopy
hub / github.com/steel-dev/steel-browser / close

Method close

api/src/utils/proxy.ts:12–12  ·  view source on GitHub ↗
(force?: boolean)

Source from the content-addressed store, hash-verified

10 readonly rxBytes: number;
11 listen(): Promise<void>;
12 close(force?: boolean): Promise<void>;
13}
14
15export class ProxyServer extends Server implements IProxyServer {

Callers 9

generate.tsFile · 0.65
handleScrapeFunction · 0.65
handleSearchFunction · 0.65
handleScreenshotFunction · 0.65
handlePDFFunction · 0.65
handleCastSessionFunction · 0.65
SessionDevToolsFunction · 0.65
connectWebSocketFunction · 0.65
runFunction · 0.65

Implementers 1

ProxyServerapi/src/utils/proxy.ts

Calls

no outgoing calls

Tested by

no test coverage detected