File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ Champions:
8
8
- Chengzhong Wu ([ @legendecas ] ( https://github.com/legendecas ) )
9
9
- Justin Ridgewell ([ @jridgewell ] ( https://github.com/jridgewell ) )
10
10
11
+ Discuss with the group and join the bi-weekly via [ #tc39-async-context] [ ]
12
+ matrix room ([ Matrix Guide] [ ] ).
13
+
11
14
# Motivation
12
15
13
16
When writing synchronous JavaScript code, a reasonable expectation from
@@ -626,11 +629,13 @@ Error: Call stack
626
629
at businessLogic (example.js)
627
630
```
628
631
629
- [ async stack traces ] : https://v8.dev/docs/stack-trace-api#async-stack-traces
630
632
[ ` asyncresource.runinasyncscope ` ] :
631
633
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
632
639
[ domain module postmortem ] : https://nodejs.org/en/docs/guides/domain-postmortem/
633
640
[ solution.md ] : ./SOLUTION.md
634
641
[ 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