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

Method text

packages/service-worker/worker/testing/fetch.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 async text(): Promise<string> {
36 return this.getBody();
37 }
38
39 async formData(): Promise<FormData> {
40 throw 'Not implemented';

Callers

nothing calls this directly

Calls 1

getBodyMethod · 0.95

Tested by

no test coverage detected