-
Notifications
You must be signed in to change notification settings - Fork 275
fix: Updates the grpc-web example to avoid dart:html #748
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
Conversation
PR Health
Breaking changes
|
Package | Change | Current Version | New Version | Needed Version | Looking good? |
---|---|---|---|---|---|
grpc | Breaking | 4.0.1 | 4.0.2-wip | 5.0.0 Got "4.0.2-wip" expected >= "5.0.0" (breaking changes) |
This check can be disabled by tagging the PR with skip-breaking-check
.
Coverage ✔️
File | Coverage |
---|
This check for test coverage is informational (issues shown here will not fail the PR).
API leaks ⚠️
The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.
Package | Leaked API symbols |
---|---|
grpc | $1.Duration Any |
This check can be disabled by tagging the PR with skip-leaking-check
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to land after #747
310000a
to
2b2b151
Compare
50b9ccd
to
4546b39
Compare
I think we should label this
Are you ok with that @mosuem ? (I'm unable to apply that label). |
Updates the grpc-web example to avoid dart:html.