(cause)
| 6634 | } |
| 6635 | __name(bufferStartsWith, "bufferStartsWith"); |
| 6636 | function parsingError(cause) { |
| 6637 | return new TypeError("Failed to parse body as FormData.", { cause: new TypeError(cause) }); |
| 6638 | } |
| 6639 | __name(parsingError, "parsingError"); |
| 6640 | function isCTL(char) { |
| 6641 | return char <= 31 || char === 127; |
no outgoing calls
no test coverage detected