MCPcopy Create free account
hub / github.com/BrowserSync/browser-sync / RequestForArgs

Interface RequestForArgs

tests/utils.ts:134–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132});
133
134interface RequestForArgs {
135 matches:
136 | {
137 url: (url: URL) => boolean;
138 }
139 | {
140 pathname: string;
141 };
142 when?: {
143 pageLoads: {
144 url: string;
145 };
146 };
147}
148
149export function makesRequestIn(page: Page, args: RequestForArgs) {
150 const { matches, when } = args;

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…