Skip to content

Commit 79a51c2

Browse files
committed
Learning Content: Main Thread Addons #6890 => real todo comment
1 parent 8f8ba94 commit 79a51c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

learn/guides/MainThreadAddons.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ async function getMySetting() {
4848

4949
Here's what happens when `getMySetting()` is executed:
5050

51-
// TODO: file does not yet exist
52-
!Main Thread Addon Communication Flow (https://raw.githubusercontent.com/neomjs/pages/main/resources_pub/images/main-thread-addon-round-trip.png)
51+
<!---
52+
TODO: file does not yet exist yet. !Main Thread Addon Communication Flow (https://raw.githubusercontent.com/neomjs/pages/main/resources_pub/images/main-thread-addon-round-trip.png)
53+
-->
5354

5455
1. **The Call (App Worker)**: Your code calls what looks like a normal static method. However, this
5556
`readLocalStorageItem` function is actually a "proxy" or "stub" created by the framework.

0 commit comments

Comments
 (0)