-
Notifications
You must be signed in to change notification settings - Fork 344
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
add on_before_request
to tauri-plugin-updater
#2430
Conversation
Package Changes Through c2826b8There are 6 changes which include clipboard-manager with patch, clipboard-manager-js with patch, log with minor, log-js with minor, updater with minor, updater-js with minor 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 |
Can we add a comment in the same spirit as this one? https://docs.rs/tauri/latest/tauri/webview/struct.WebviewWindow.html#method.with_webview
I don't want us to be stuck with 0.11 |
a1f4841
to
9b6acc2
Compare
Signed-off-by: goenning <[email protected]>
9b6acc2
to
8c91d20
Compare
@FabianLars can you have a look now? I had to do some force-push juggling due to missing signed commits, but it should be ok now |
FabianLars check pls |
You forgot the |
It seems to have worked regardless 😅 @FabianLars any thoughts on the PR as is it? Am I missing something? |
I read every message, just don't tell anyone that i'm actually just ignoring everything and everyone 🙃 PR looks good i think and i meant to merge it already but ended up forgetting about it. Will take another look at merging it tomorrow (i don't trust the mobile preview so can't do it now) |
Renamed to |
Should we include the same method on the plugin Builder as well? |
Co-authored-by: Amr Bashir <[email protected]>
Co-authored-by: Amr Bashir <[email protected]>
This hook gives us much more flexibility when creating the Client for the HTTP request.
As an example, I personally need to do this: