MCPcopy Index your code
hub / github.com/angular/angular / makeRequest

Function makeRequest

packages/service-worker/worker/test/data_spec.ts:404–407  ·  view source on GitHub ↗
(scope: SwTestHarness, url: string, clientId?: string)

Source from the content-addressed store, hash-verified

402})();
403
404function makeRequest(scope: SwTestHarness, url: string, clientId?: string): Promise<string | null> {
405 const [resTextPromise, done] = makePendingRequest(scope, url, clientId);
406 return done.then(() => resTextPromise);
407}
408
409function makeNoCorsRequest(
410 scope: SwTestHarness,

Callers 1

data_spec.tsFile · 0.70

Calls 2

makePendingRequestFunction · 0.85
thenMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…