diff options
Diffstat (limited to 'cli/js/web/request.ts')
-rw-r--r-- | cli/js/web/request.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/web/request.ts b/cli/js/web/request.ts index 8afc35e7a..96edaf59e 100644 --- a/cli/js/web/request.ts +++ b/cli/js/web/request.ts @@ -136,7 +136,7 @@ export class Request extends body.Body implements domTypes.Request { body: body2, method: this.method, headers: new Headers(headersList), - credentials: this.credentials + credentials: this.credentials, }); return cloned; } |