You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn/guides/MainThreadAddons.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,9 @@ async function getMySetting() {
48
48
49
49
Here's what happens when `getMySetting()` is executed:
50
50
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
+
-->
53
54
54
55
1.**The Call (App Worker)**: Your code calls what looks like a normal static method. However, this
55
56
`readLocalStorageItem` function is actually a "proxy" or "stub" created by the framework.
0 commit comments