()
| 14601 | if (isAuthenticationFetch) { |
| 14602 | } |
| 14603 | return response; |
| 14604 | }); |
| 14605 | } |
| 14606 | function httpNetworkFetch(fetchParams, includeCredentials = false, forceNewConnection = false) { |
| 14607 | return __async(this, null, function* () { |
| 14608 | assert(!fetchParams.controller.connection || fetchParams.controller.connection.destroyed); |
| 14609 | fetchParams.controller.connection = { |
| 14610 | abort: null, |
| 14611 | destroyed: false, |
| 14612 | destroy(err, abort = true) { |
| 14613 | var _a2; |
no test coverage detected