Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc comment for fetch parameter
  • Loading branch information
mattt committed Sep 23, 2024
commit 4430e6b90abe10b95a6423ad794a4aece65dec68
2 changes: 1 addition & 1 deletion lib/stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function createReadableStream({ url, fetch, options = {} }) {
*
* @param {object} config
* @param {string} config.url The URL to connect to.
* @param {typeof fetch} [config.fetch] The URL to connect to.
* @param {typeof fetch} [config.fetch] The fetch function.
* @returns {ReadableStream<Uint8Array>}
*/
function createFileOutput({ url, fetch }) {
Expand Down