We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51b262 commit 74fbf18Copy full SHA for 74fbf18
README.md
@@ -35,7 +35,7 @@ On production/actual code use AsyncFunction or Promise to get the guaranteed res
35
36
mp_js.init(64 * 1024);
37
await mp_js.do_str("variable1 = {'data1': 1}");
38
- await mp_js.do_str("variable1.get('data1')"); //Access variables for previous event loop
+ await mp_js.do_str("variable1.get('data1')"); //Access variables from the previous event loop
39
})();
40
```
41
0 commit comments