Skip to content

Commit

Permalink
fix: uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmichel committed May 25, 2023
1 parent 7e535a0 commit 33847d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DownloadFile/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export class Downloader {
getContentLength(params: any) {
return new Promise((resolve, reject) => {
const xhr = new XMLHttpRequest();
xhr.withCredentials = true;
// xhr.withCredentials = true;

// const parameters = `url=${encodeURIComponent(params.url)}`;

Expand Down

0 comments on commit 33847d2

Please sign in to comment.