Skip to content
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

chore(roll): roll Playwright to v1.48.0 #3029

Merged
merged 3 commits into from
Oct 21, 2024
Merged

chore(roll): roll Playwright to v1.48.0 #3029

merged 3 commits into from
Oct 21, 2024

Conversation

mxschmitt
Copy link
Member

Fixes #2996

src/Playwright/Core/Tracing.cs Show resolved Hide resolved
if (_onPageMessage != null)
{
var frame = new WebSocketFrame(serverParams.Value.GetProperty("message").GetString(), serverParams.Value.GetProperty("isBase64").GetBoolean());
_onPageMessage(frame);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like all the snippets for java/csharp should be updated to use WebSocketFrame instead of a string?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mxschmitt mxschmitt merged commit 6423c0b into main Oct 21, 2024
14 of 15 checks passed
@mxschmitt mxschmitt deleted the roll/v1.48.0 branch October 21, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Ports]: Backport client side changes for 1.48
2 participants