MCPcopy
hub / github.com/angular/angular / navRequest

Function navRequest

packages/service-worker/worker/test/happy_spec.ts:1947–1948  ·  view source on GitHub ↗
(url: string, init = {})

Source from the content-addressed store, hash-verified

1945
1946 describe('routing', () => {
1947 const navRequest = (url: string, init = {}) =>
1948 makeNavigationRequest(scope, url, undefined, init);
1949
1950 beforeEach(async () => {
1951 expect(await makeRequest(scope, '/foo.txt')).toEqual('this is foo');

Callers 1

happy_spec.tsFile · 0.85

Calls 1

makeNavigationRequestFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…