MCPcopy Create free account
hub / github.com/nodejs/undici / formData

Method formData

lib/api/readable.js:225–228  ·  view source on GitHub ↗

* Not implemented * * @see https://fetch.spec.whatwg.org/#dom-body-formdata * @throws {NotSupportedError}

()

Source from the content-addressed store, hash-verified

223 * @throws {NotSupportedError}
224 */
225 async formData () {
226 // TODO: Implement.
227 throw new NotSupportedError()
228 }
229
230 /**
231 * Returns true if the body is not null and the body has been consumed.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected