Odd JavaScript Errors in Developer Tools #12217
Labels
bug
feature/dev-tools
intermittent-issue
OS/Desktop
priority/P5
Not scheduled. Don't anticipate work on this any time soon.
QA Pass-macOS
QA/Yes
release-notes/exclude
Milestone
Description
Users observing the developer tools may see strange JavaScript errors, potentially unrelated to any of their own code. For example:
When the user clicks to examine the code which raised the exception, they see only the following:
Alternatively, they may see the following:
Steps to Reproduce
Note: This issue is not very easy to reproduce; there definitely appears to be a race condition involved.
Actual result:
Exceptions are raised by code other than the user's.
Expected result:
No exceptions are raised by any code other than the user's.
Reproduces how often:
Intermittent. Somewhat difficult to reproduce.
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The test-URL above is not always quick to produce the error. @jonathansampson has another URL, which can be shared privately via Slack. If you're working on this, and would like a more consistent endpoint to test, please ping him.
The text was updated successfully, but these errors were encountered: