Set javascript.options.asyncstack to 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.
is this still open sir @englehardt ?
As far as I can tell, yes, this issue is still open. Do you want to work on this after #870
As far as I can tell, yes, this issue is still open. Do you want to work on this after #870
yeah sure
Hello @vringar Sir I couldn't find the javascript.option.asyncstack which we're going to set true.
can you help me with that ?
Hey, You will need to set the option true in this function https://github.com/mozilla/OpenWPM/blob/18e12864cef5d7a8c855db7e78cdeebb7c445836/openwpm/deploy_browsers/configure_firefox.py#L132-L252
I'd expect something like
# Enabling callstack capture across async APIs e.g. setTimeout
prefs["javascript.option.asyncstack"]=True
Hello @vringar Sir I've made PR for this issue. could you review it pls here