-
Notifications
You must be signed in to change notification settings - Fork 288
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(upload): Added body to download function #1523
Conversation
Sorry for the long delay in your first PR. What do you think about leveraging the native Basically mirroring the http plugin: https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/http/guest-js/index.ts#L104 Let me know what you think and whether you'd be open to work on it (if you agree) or if i should take over :) |
Hi! Thank you for the feedback. |
Okay sure, no problem! |
2f3ac02
to
2403ef9
Compare
Package Changes Through d98edb9There are 2 changes which include upload with patch, upload-js with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
i changed my mind, let's keep it simple for now. |
Added post functionality to the download function
Example