web-sys master merge#966
Merged
Merged
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
Member
This is fine with me, adding more merge commits at this point is not really hurting anything.
Lgtm |
Contributor
|
This is huge and really cool :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Options in services, as removingcancelfromTaskmade those absolute. Somebody correct me if this was wrong.See #961.