MCPcopy Create free account
hub / github.com/nodejs/node / parsingError

Function parsingError

deps/undici/src/lib/web/fetch/formdata-parser.js:527–529  ·  view source on GitHub ↗
(cause)

Source from the content-addressed store, hash-verified

525}
526
527function parsingError (cause) {
528 return new TypeError('Failed to parse body as FormData.', { cause: new TypeError(cause) })
529}
530
531/**
532 * CTL = <any US-ASCII control character

Callers 3

multipartFormDataParserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected