MCPcopy
hub / github.com/angular/angular / request

Function request

packages/service-worker/worker/test/happy_spec.ts:2142–2142  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

2140 it('prefetches updates to lazy cache when set', async () => {
2141 // Helper
2142 const request = (url: string) => makeRequest(scope, url);
2143
2144 expect(await request('/base/href/index.html')).toBe('This is index.html');
2145 await driver.initialized;

Callers 4

happy_spec.tsFile · 0.85
constructorMethod · 0.85
resource_spec.tsFile · 0.85
normalizeRequestFunction · 0.85

Calls 1

makeRequestFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…