MCPcopy Index your code
hub / github.com/BuilderIO/SSDiff / PageConfig

Interface PageConfig

packages/ssdiff/src/index.ts:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 fullPage?: boolean;
29}
30export interface PageConfig {
31 waitUntil?: PuppeteerLifeCycleEvent; // when the screenshot should be taken in regards to the loaded state of the page, defaults to networkidle0
32 timeout?: number;
33}
34export interface SSDiffConfig {
35 url1: string; // url of domain1
36 url2: string; // url of domain2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected