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

Report unhandled exceptions to the developer console #11162

Merged
merged 1 commit into from
Mar 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -110535,10 +110535,11 @@ document.querySelector("button").addEventListener("click", bound);
</li>
</ol>
</li>

<li><p>Otherwise, the user agent may report <var>exception</var> to a developer
console.</p></li>
</ol>
</li>

<li><p>Otherwise, the user agent may report <var>exception</var> to a developer console.</p></li>
</ol>

<p>If the implicit port connecting a worker to its <code>Worker</code> object has been
Expand Down Expand Up @@ -147964,6 +147965,7 @@ INSERT INTERFACES HERE
Thomas O'Connor,
Tim Altman,
Tim Dresser,
Tim Flynn, <!-- trflynn89 on GitHub -->
Tim Johansson,
Tim Nguyen, <!-- nt1m on Github -->
Tim Perry,
Expand Down