()
| 407 | this.#getUrlFunc = null; |
| 408 | } |
| 409 | toString() { |
| 410 | return `<FetchRequest method=${JSON.stringify(this.method)} url=${JSON.stringify(this.url)} headers=${JSON.stringify(this.headers)} body=${this.#body ? (0, data_js_1.hexlify)(this.#body) : "null"}>`; |
| 411 | } |
| 412 | /** |
| 413 | * Update the throttle parameters used to determine maximum |
| 414 | * attempts and exponential-backoff properties. |
no outgoing calls
no test coverage detected