MCPcopy Index your code
hub / github.com/pyscript/pyscript / getText

Function getText

core/src/fetch.js:7–7  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

5 * @returns
6 */
7export const getText = (response) => response.text();
8
9/**
10 * This is a fetch wrapper that handles any non 200 responses and throws a

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected