(reason)
| 772 | // 1. Let processBodyError be this step: run fetch finale given fetchParams |
| 773 | // and a network error. |
| 774 | const processBodyError = (reason) => |
| 775 | fetchFinale(fetchParams, makeNetworkError(reason)) |
| 776 | |
| 777 | // 2. If request’s response tainting is "opaque", or response’s body is null, |
| 778 | // then run processBodyError and abort these steps. |
no test coverage detected