There was an error while loading. Please reload this page.
AsyncLocalStorage
1 parent cbd2abe commit 36b0a29Copy full SHA for 36b0a29
doc/api/async_context.md
@@ -75,8 +75,8 @@ http.get('http://localhost:8080');
75
http.get('http://localhost:8080');
76
// Prints:
77
// 0: start
78
-// 1: start
79
// 0: finish
+// 1: start
80
// 1: finish
81
```
82
@@ -107,8 +107,8 @@ http.get('http://localhost:8080');
107
108
109
110
111
112
113
114
0 commit comments