Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit c82b031

Browse files
authored
fix: expose preload argument (#1129)
1 parent a5aa139 commit c82b031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/add/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = configure(({ ky }) => {
2828
if (options.silent) searchParams.set('silent', options.silent)
2929
if (options.trickle != null) searchParams.set('trickle', options.trickle)
3030
if (options.wrapWithDirectory != null) searchParams.set('wrap-with-directory', options.wrapWithDirectory)
31+
if (options.preload !== null) searchParams.set('preload', options.preload)
3132

3233
const res = await ky.post('add', {
3334
timeout: options.timeout,

0 commit comments

Comments
 (0)