(bytes)
| 14591 | if (isCancelled(fetchParams)) { |
| 14592 | return makeAppropriateNetworkError(fetchParams); |
| 14593 | } |
| 14594 | fetchParams.controller.connection.destroy(); |
| 14595 | response = yield httpNetworkOrCacheFetch( |
| 14596 | fetchParams, |
| 14597 | isAuthenticationFetch, |
| 14598 | true |
| 14599 | ); |
| 14600 | } |
| 14601 | if (isAuthenticationFetch) { |
| 14602 | } |
| 14603 | return response; |
| 14604 | }); |
| 14605 | } |
no test coverage detected