MCPcopy Index your code
hub / github.com/nodejs/node / json

Method json

deps/undici/src/types/dispatcher.d.ts:246–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 bytes(): Promise<Uint8Array>;
245 formData(): Promise<never>;
246 json(): Promise<unknown>;
247 text(): Promise<string>;
248 }
249

Implementers 1

BodyReadabledeps/undici/src/lib/api/readable.js

Calls

no outgoing calls

Tested by

no test coverage detected