good morning!!!!

Skip to content
Snippets Groups Projects
Commit 12772e94 authored by Richard Moore's avatar Richard Moore
Browse files

Fix ignored throttle parameters (#4663).

parent ad5f1c5f
Branches
Tags v6.12.0-beta.1
No related merge requests found
......@@ -667,6 +667,8 @@ export class FetchRequest implements Iterable<[ key: string, value: string ]> {
clone.#process = this.#process;
clone.#retry = this.#retry;
clone.#throttle = Object.assign({ }, this.#throttle);
clone.#getUrlFunc = this.#getUrlFunc;
return clone;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment