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

feat(firefox): roll Firefox to 765beffc #4156

Merged
merged 1 commit into from Mar 12, 2019

Conversation

aslushnikov
Copy link
Contributor

This roll fixes flaky request interception in Firefox and moves
Page.console event to the Runtime domain.

This roll fixes flaky request interception in Firefox and moves
`Page.console` event to the Runtime domain.
@@ -58,7 +58,7 @@ class Page extends EventEmitter {
this._networkManager.setFrameManager(this._frameManager);
this._eventListeners = [
helper.addEventListener(this._session, 'Page.uncaughtError', this._onUncaughtError.bind(this)),
helper.addEventListener(this._session, 'Page.console', this._onConsole.bind(this)),
helper.addEventListener(this._session, 'Runtime.console', this._onConsole.bind(this)),
Copy link
Collaborator

Choose a reason for hiding this comment

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

consoleAPICalled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This dispatches not only console API calls, but also all warnings / violations that console emits.

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.

None yet

2 participants