Skip to content

Commit 1fd6726

Browse files
authored
Add the matrix room link (tc39#87)
1 parent d0e079e commit 1fd6726

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff 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

1316
When 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

0 commit comments

Comments
 (0)