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

Class

browse/src/tab-session.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27export type SetContentWaitUntil = 'load' | 'domcontentloaded' | 'networkidle';
28
29export class TabSession {
30 readonly page: Page;
31
32 // ─── Ref Map (snapshot → @e1, @e2, @c1, @c2, ...) ────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected