You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
The snippet below behaves differently under phantomjs v2.1.1 in the Ubuntu / Debian repositories vs downloading the binary directly from the website and I'm not sure why. Observed on Ubuntu 17.04 and Debian 9.2.1.
Expectation: error messages on the page are caught by onError handler
Reality: error messages are caught by onConsoleMessage instead
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
The snippet below behaves differently under phantomjs v2.1.1 in the Ubuntu / Debian repositories vs downloading the binary directly from the website and I'm not sure why. Observed on Ubuntu 17.04 and Debian 9.2.1.
Expectation: error messages on the page are caught by onError handler
Reality: error messages are caught by onConsoleMessage instead
Steps to reproduce:
Example:
The text was updated successfully, but these errors were encountered: