MCPcopy Create free account
hub / github.com/garrytan/gstack /

Class

browse/src/browser-manager.ts:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149export class BrowserManager {
150 private browser: Browser | null = null;
151 private context: BrowserContext | null = null;
152 // Proxy config applied to chromium.launch() when set (D8). Set by server.ts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected