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 fddddad commit 7787af4Copy full SHA for 7787af4
doc/api/worker_threads.md
@@ -206,7 +206,7 @@ Mark an object as not cloneable. If `object` is used as [`message`](#event-messa
206
a [`port.postMessage()`][] call, an error is thrown. This is a no-op if `object` is a
207
primitive value.
208
209
-Note, this does not take effect on `ArrayBuffer`, or any `Buffer` like objects.
+This has no effect on `ArrayBuffer`, or any `Buffer` like objects.
210
211
This operation cannot be undone.
212
0 commit comments