()
| 59370 | "Failed to construct 'Request': member signal is not of type AbortSignal." |
| 59371 | ); |
| 59372 | } |
| 59373 | if (signal.aborted) { |
| 59374 | ac.abort(signal.reason); |
| 59375 | } else { |
| 59376 | this[kAbortController] = ac; |
| 59377 | const acRef = new WeakRef(ac); |
| 59378 | const abort = function() { |
| 59379 | const ac2 = acRef.deref(); |
| 59380 | if (ac2 !== void 0) { |
no test coverage detected