File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ added: v10.5.0
154
154
-->
155
155
156
156
Disables further sending of messages on either side of the connection.
157
- This method can be called once you know that no further communication
158
- will happen over this ` MessagePort ` .
157
+ This method can be called when no further communication will happen over this
158
+ ` MessagePort ` .
159
159
160
160
### port.postMessage(value[ , transferList] )
161
161
<!-- YAML
@@ -436,9 +436,9 @@ to have completed.
436
436
437
437
** Warning** : Currently, not all code in the internals of Node.js is prepared to
438
438
expect termination at arbitrary points in time and may crash if it encounters
439
- that condition. Consequently, you should currently only call ` .terminate() ` if
440
- it is known that the Worker thread is not accessing Node.js core modules other
441
- than what is exposed in the ` worker ` module.
439
+ that condition. Consequently, only call ` .terminate() ` if it is known that the
440
+ Worker thread is not accessing Node.js core modules other than what is exposed
441
+ in the ` worker ` module.
442
442
443
443
### worker.threadId
444
444
<!-- YAML
You can’t perform that action at this time.
0 commit comments