Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: $.request - pipeToPath #56

Merged
merged 2 commits into from
Dec 29, 2022
Merged

feat: $.request - pipeToPath #56

merged 2 commits into from
Dec 29, 2022

Conversation

dsherret
Copy link
Owner

@dsherret dsherret commented Dec 29, 2022

const url = "https://dl.deno.land/release/v1.29.1/deno-x86_64-unknown-linux-gnu.zip";
await $.request(url)
  .showProgress()
  .pipeToPath("./deno-x86_64-unknown-linux-gnu.zip");

Closes #54

@dsherret dsherret merged commit 043be64 into main Dec 29, 2022
@dsherret dsherret deleted the feat_request_pipe_to_path branch December 29, 2022 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an api to download files to disk
1 participant