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