Skip to content

Commit db62c77

Browse files
authored
Merge pull request #268 from akshay-kh/enhancement/add-more-successstatus
add 204 to success status list
2 parents 538524c + 3ae086d commit db62c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
maxChunkRetries: 0,
101101
chunkRetryInterval: null,
102102
permanentErrors: [404, 413, 415, 500, 501],
103-
successStatuses: [200, 201, 202],
103+
successStatuses: [200, 201, 202, 204],
104104
onDropStopPropagation: false,
105105
initFileFn: null,
106106
readFileFn: webAPIFileRead

0 commit comments

Comments
 (0)