MCPcopy Create free account
hub / github.com/ChromeDevTools/chrome-devtools-mcp /

Class

src/devtools/DevtoolsUtils.ts:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138export type TargetUniverseFactoryFn = (page: Page) => Promise<TargetUniverse>;
139
140export class UniverseManager {
141 readonly #browser: Browser;
142 readonly #createUniverseFor: TargetUniverseFactoryFn;
143 readonly #universes = new WeakMap<Page, TargetUniverse>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected