(object)
| 5309 | } |
| 5310 | __name(requestBadPort, "requestBadPort"); |
| 5311 | function isErrorLike(object) { |
| 5312 | return object instanceof Error || (object?.constructor?.name === "Error" || object?.constructor?.name === "DOMException"); |
| 5313 | } |
| 5314 | __name(isErrorLike, "isErrorLike"); |
| 5315 | function isValidReasonPhrase(statusText) { |
| 5316 | for (let i = 0; i < statusText.length; ++i) { |
no outgoing calls
no test coverage detected
searching dependent graphs…