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: docs/zkapps/tutorials/04-zkapp-ui-with-react.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ Comlink.expose(api);
241
241
242
242
The web worker client code resides in the `04-zkapp-browser-ui/ui/app/zkappWorkerClient.ts` file. Here you create a client in the main thread that interacts with the web worker.
243
243
244
-
-`Worker` is a reference to the Worker instance and `remoteApi` is a reference to a proxy object that provides typesafe access to the worker's API methods.
244
+
-`worker` is a reference to the web worker instance and `remoteApi` is a reference to a proxy object that provides typesafe access to the worker's API methods.
0 commit comments