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: align some server-side methods with rpc calls #3504

Merged
merged 1 commit into from
Aug 17, 2020
Merged

chore: align some server-side methods with rpc calls #3504

merged 1 commit into from
Aug 17, 2020

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Aug 17, 2020

  • Never write to console on the server side - we use stdout for
    communication. This includes logPolitely and deprecate.
  • Pass undefined instead of null in some BrowserContext methods.
  • Use explicit _setFileChooserIntercepted instead of on/off magic.

- Never write to console on the server side - we use stdout for
  communication. This includes logPolitely and deprecate.
- Pass undefined instead of null in some BrowserContext methods.
- Use explicit _setFileChooserIntercepted instead of on/off magic.
@dgozman dgozman merged commit 58fc6b4 into microsoft:master Aug 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