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: explicitly type SerializedArgument, fix rpc dispatchEvent #2988

Merged
merged 1 commit into from
Jul 17, 2020
Merged

chore: explicitly type SerializedArgument, fix rpc dispatchEvent #2988

merged 1 commit into from
Jul 17, 2020

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Jul 16, 2020

We now have types for SerializedValue/SerializedArgument. This will
allow us to avoid double parse/serialize for evaluation arguments/results.

Drive-by: typing exposed a bug in ElementHandle.dispatchEvent().

test/dispatchevent.spec.js Outdated Show resolved Hide resolved
We now have types for SerializedValue/SerializedArgument. This will
allow us to avoid double parse/serialize for evaluation arguments/results.

Drive-by: typing exposed a bug in ElementHandle.dispatchEvent().
@dgozman dgozman merged commit d8bedd8 into microsoft:master Jul 17, 2020
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.

2 participants