-
Notifications
You must be signed in to change notification settings - Fork 314
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
Set javascript.options.asyncstack to true #678
Comments
is this still open sir @englehardt ? |
As far as I can tell, yes, this issue is still open. |
yeah sure |
Hello @vringar Sir I couldn't find the |
Hey, I'd expect something like # Enabling callstack capture across async APIs e.g. setTimeout
prefs["javascript.option.asyncstack"]=True |
See https://searchfox.org/mozilla-central/rev/7cadba1d8b8feaec4615f5bb98aac4b8a719793c/modules/libpref/init/all.js#1132-1141. This is only true by default in Nightly/dev edition.
We should also add test pages for various async API accesses, e.g.,
setTimeout
.The text was updated successfully, but these errors were encountered: