Is there some way (perhaps by patching methods on objects?) so we can track async call stacks?
When we pause code in devtools, we are able to see the async stack trace of the code. What I'd like to do is to effectively detect the same thing as devtools does at some point in any code. As a specific example, I'd like to detect the async stack trace of any call to `fetch`. Is such a thing possible with runtime code? Or would it require instrumentation of the source code? #!/JoePea _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

