File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Champions:
88- Chengzhong Wu ([ @legendecas ] ( https://github.com/legendecas ) )
99- Justin Ridgewell ([ @jridgewell ] ( https://github.com/jridgewell ) )
1010
11+ Discuss with the group and join the bi-weekly via [ #tc39-async-context] [ ]
12+ matrix room ([ Matrix Guide] [ ] ).
13+
1114# Motivation
1215
1316When writing synchronous JavaScript code, a reasonable expectation from
@@ -626,11 +629,13 @@ Error: Call stack
626629 at businessLogic (example.js)
627630```
628631
629- [ async stack traces ] : https://v8.dev/docs/stack-trace-api#async-stack-traces
630632[ ` asyncresource.runinasyncscope ` ] :
631633 https://nodejs.org/dist/latest-v14.x/docs/api/async_hooks.html#async_hooks_asyncresource_runinasyncscope_fn_thisarg_args
634+ [ #tc39-async-context ] : https://matrix.to/#/#tc39-async-context:matrix.org
635+ [ Matrix Guide ] : https://github.com/tc39/how-we-work/blob/main/matrix-guide.md
636+ [ async stack traces ] : https://v8.dev/docs/stack-trace-api#async-stack-traces
637+ [ async stack tagging api] :
638+ https://developer.chrome.com/blog/devtools-modern-web-debugging/#linked-stack-traces
632639[ domain module postmortem ] : https://nodejs.org/en/docs/guides/domain-postmortem/
633640[ solution.md ] : ./SOLUTION.md
634641[ scoping.md ] : ./SCOPING.md
635- [ async stack tagging api] :
636- https://developer.chrome.com/blog/devtools-modern-web-debugging/#linked-stack-traces
You can’t perform that action at this time.
0 commit comments