MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / PageEvents

Interface PageEvents

src/PageCollector.ts:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41interface PageEvents extends PuppeteerPageEvents {
42 devtoolsAggregatedIssue: DevTools.AggregatedIssue;
43 uncaughtError: UncaughtError;
44}
45
46export type ListenerMap<EventMap extends PageEvents = PageEvents> = {
47 [K in keyof EventMap]?: (event: EventMap[K]) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…