From dd35d9f6842bcf56a9cc45b686b4ac304dab8f8a Mon Sep 17 00:00:00 2001 From: Jan Kuri Date: Wed, 31 May 2017 11:44:39 +0200 Subject: [PATCH] docs(readme): update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9cba391..7e1f4718 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ export interface UploadInput { data?: { [key: string]: string | Blob }; // custom data sent with the file headers?: { [key: string]: string }; // custom headers concurrency?: number; // concurrency of how many files can be uploaded in parallel (default is 0 which means unlimited) + withCredentials?: boolean; // apply withCredentials option } ```