-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
web-sys master merge #966
web-sys master merge #966
Conversation
In order to avoid misuse It was decided to remove `cancel` from `Task` trait and delegate such logic to `Drop`.
* fix native_worker.js 404 error * fix contribute link * drops contribute link
* yew-macro: Simplify Properties validation * Fix most clippy warnings
* wip * Fix component rendering process
* Clean up README * Remove bors
* Implement more of FetchOptions Add referrer, referrer_policy and integrity * Pass options to Request constructor instead of fetch * Derive Debug on ReferrerPolicy and Referrer * WIP: Add tests * Add tests for referrer and redirect * Add FetchService `integrity` field test * Add FetchService `integrity` field fail test and refactor * Add FetchService `referrer_policy` field tests Co-authored-by: Justin Starry <justin.m.starry@gmail.com>
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This add a small example of how to use agents in order to send messages between components.
… (#851)' into web-sys-fixes
This is fine with me, adding more merge commits at this point is not really hurting anything.
Lgtm |
This is huge and really cool :) |
So here I thought I was extremely smart by merging commits to not end up having to rebase, turns out you can't really squash merge commits.
If somebody has a suggestion how to clean this up I'm all ears.
Additionally I removed most
Option
s in services, as removingcancel
fromTask
made those absolute. Somebody correct me if this was wrong.See #961.