Skip to content

Commit 130f1d3

Browse files
Add user-facing motivations (#138)
---- Co-authored-by: Nicolò Ribaudo <[email protected]>
1 parent f3e64c5 commit 130f1d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ while allowing the developer to write async code largely as they do in cases
147147
without implicit information. The goal is to reduce the mental burden currently
148148
required for special handling async code in such cases.
149149

150+
This proposal aims to lower the barrier for developers to instrument production applications to be able to debug real user problems, enabling the use of tracing tools to collect additional performance metrics and information about code flows. This is a widespread approach used in other programming languages, which has so far not been possible on the web due to the asynchronous nature of many web APIs. Front-end frameworks will use this proposal to reduce and automate boilerplate around attributing async code to specific components, which is currently a source of hard to debug issues.
151+
150152
## Summary
151153

152154
This proposal introduces APIs to propagate a value through asynchronous code,

0 commit comments

Comments
 (0)