mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #6667 from phuvo/flow.js
flow.js: fix `testChunks` spelling
This commit is contained in:
@@ -41,7 +41,7 @@ flowOptions.testMethod = "";
|
||||
flowOptions.uploadMethod = "";
|
||||
flowOptions.allowDuplicateUploads = true;
|
||||
flowOptions.prioritizeFirstAndLastChunk = true;
|
||||
flowOptions.testchunks = true;
|
||||
flowOptions.testChunks = true;
|
||||
flowOptions.preprocess = () => {};
|
||||
flowOptions.initFileFn = () => {};
|
||||
flowOptions.generateUniqueIdentifier = () => {};
|
||||
|
||||
Vendored
+1
-1
@@ -44,7 +44,7 @@ declare module flowjs {
|
||||
uploadMethod?: string;
|
||||
allowDuplicateUploads?: boolean;
|
||||
prioritizeFirstAndLastChunk?: boolean;
|
||||
testchunks?: boolean;
|
||||
testChunks?: boolean;
|
||||
preprocess?: Function;
|
||||
initFileFn?: Function;
|
||||
generateUniqueIdentifier?: Function;
|
||||
|
||||
Reference in New Issue
Block a user