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 cf47bb9 commit 3d752cdCopy full SHA for 3d752cd
doc/api/vm.md
@@ -312,9 +312,8 @@ specification.
312
313
Unlike `vm.Script` however, every `vm.Module` object is bound to a context from
314
its creation. Operations on `vm.Module` objects are intrinsically asynchronous,
315
-in contrast with the synchronous nature of `vm.Script` objects. With the help
316
-of async functions, however, manipulating `vm.Module` objects is fairly
317
-straightforward.
+in contrast with the synchronous nature of `vm.Script` objects. The use of
+'async' functions can help with manipulating `vm.Module` objects.
318
319
Using a `vm.Module` object requires three distinct steps: creation/parsing,
320
linking, and evaluation. These three steps are illustrated in the following
0 commit comments