-
Notifications
You must be signed in to change notification settings - Fork 315
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
Added javascript option asyncstack #910
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #910 +/- ##
==========================================
- Coverage 51.17% 51.01% -0.17%
==========================================
Files 34 34
Lines 3392 3399 +7
==========================================
- Hits 1736 1734 -2
- Misses 1656 1665 +9
Continue to review full report at Codecov.
|
Do you want to try and also create a test page that uses setTimeout and assert that we now capture the full callstack as was asked in the last line of the original issue? |
Hello @vringar I know lil bit about |
Hey, |
|
Added Set
javascript.options.asyncstack to true
in the functiondef optimize_prefs(prefs: Dict[str, Any]) -> None:
Closes #678