Skip to content

Commit

Permalink
test with fetch cancellation disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Arindam Bose committed Jan 4, 2020
1 parent aa10e49 commit 48f5b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function makeFetchRequest(requestParameters: RequestParameters, callback: Respon

return {cancel: () => {
aborted = true;
if (!complete) controller.abort();
//if (!complete) controller.abort();
}};
}

Expand Down

0 comments on commit 48f5b5a

Please sign in to comment.