We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0cba5 commit f7a4ce9Copy full SHA for f7a4ce9
1 file changed
src/flow.js
@@ -29,7 +29,8 @@
29
* @param {number} [opts.chunkRetryInterval]
30
* @param {Array.<number>} [opts.permanentErrors]
31
* @param {Array.<number>} [opts.successStatuses]
32
- * @param {Function} [opts.read]
+ * @param {Function} [opts.initFileFn]
33
+ * @param {Function} [opts.readFileFn]
34
* @param {Function} [opts.generateUniqueIdentifier]
35
* @constructor
36
*/
0 commit comments