-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[browser][mt] Propagate unhandled JS errors in JSWebWorker to the top level Task #76957
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
I guess we don't have any manifestation of this yet? Anyway, I think that calling back from JS to C# will happen via Is there another concern ? |
We do subscribe to runtime/src/mono/browser/runtime/loader/run.ts Lines 75 to 76 in 9429e43
Is that too strict ? |
Maybe |
If user code uses
setTimeout
to queue work on theJSWebWorker
and that code throws unhandled exceptions, we should not bring down the whole runtime in a disorganized manner.Should we propagate unhandled JS errors the JSWebWorker top level Task ?
The text was updated successfully, but these errors were encountered: