From 2aa89252f4d671a69a1e40ba25948e13466bdde4 Mon Sep 17 00:00:00 2001 From: Josh Gummersall Date: Thu, 8 Oct 2020 10:54:58 -0700 Subject: [PATCH] Include clone fix Fixes #405 --- lib/webResource.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/webResource.ts b/lib/webResource.ts index 0da1ebf..8ce5ff8 100644 --- a/lib/webResource.ts +++ b/lib/webResource.ts @@ -434,7 +434,10 @@ export class WebResource { this.abortSignal, this.timeout, this.onUploadProgress, - this.onDownloadProgress); + this.onDownloadProgress, + this.proxySettings, + this.keepAlive, + this.agentSettings); if (this.formData) { result.formData = this.formData;