Skip to content

Commit f7a4ce9

Browse files
committed
Add code doc comments for initFileFn and readFileFn hooks
1 parent ce0cba5 commit f7a4ce9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/flow.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
* @param {number} [opts.chunkRetryInterval]
3030
* @param {Array.<number>} [opts.permanentErrors]
3131
* @param {Array.<number>} [opts.successStatuses]
32-
* @param {Function} [opts.read]
32+
* @param {Function} [opts.initFileFn]
33+
* @param {Function} [opts.readFileFn]
3334
* @param {Function} [opts.generateUniqueIdentifier]
3435
* @constructor
3536
*/

0 commit comments

Comments
 (0)