(response)
| 55397 | var _asyncToGenerator = require("@babel/runtime/helpers/esm/asyncToGenerator"); |
| 55398 | var _asyncToGeneratorDefault = parcelHelpers.interopDefault(_asyncToGenerator); |
| 55399 | function getErrorMessageFromResponseSync(response) { |
| 55400 | return "Failed to fetch resource ".concat(response.url, "(").concat(response.status, "): ").concat(response.statusText, " "); |
| 55401 | } |
| 55402 | function getErrorMessageFromResponse(_x) { |
| 55403 | return _getErrorMessageFromResponse.apply(this, arguments); |
| 55404 | } |
nothing calls this directly
no outgoing calls
no test coverage detected