(opts)
| 69595 | fetch: overridenFetch |
| 69596 | }) { |
| 69597 | this.baseURL = baseURL; |
| 69598 | this.maxRetries = validatePositiveInteger("maxRetries", maxRetries); |
| 69599 | this.timeout = validatePositiveInteger("timeout", timeout); |
| 69600 | this.httpAgent = httpAgent; |
| 69601 | this.fetch = overridenFetch ?? fetch2; |
| 69602 | } |
no test coverage detected