We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c338b commit d7a4b35Copy full SHA for d7a4b35
1 file changed
10.0/DotNetOnWebWorkers/README.md
@@ -49,6 +49,7 @@ From `react` to `dotnet`: QR code generation request.
49
50
From `dotnet` to `react`: Populating a frontend element with data.
51
52
+```
53
+-----------------------------------------------+ +---------------------+
54
| React App | | WASM App |
55
| (Main Thread) | | (WebWorker Thread) |
@@ -67,3 +68,4 @@ From `dotnet` to `react`: Populating a frontend element with data.
67
68
||+--------------+ | | +-------------+|| | | ||
69
|+-----------------+ +----------------+| | +------------------+|
70
71
0 commit comments