Skip to content

Commit

Permalink
Update doc/api/worker_threads.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aviv Keller <redyetidev@gmail.com>
  • Loading branch information
jazelly and Aviv Keller authored Oct 2, 2024
1 parent fddddad commit 7787af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Mark an object as not cloneable. If `object` is used as [`message`](#event-messa
a [`port.postMessage()`][] call, an error is thrown. This is a no-op if `object` is a
primitive value.

Note, this does not take effect on `ArrayBuffer`, or any `Buffer` like objects.
This has no effect on `ArrayBuffer`, or any `Buffer` like objects.

This operation cannot be undone.

Expand Down

0 comments on commit 7787af4

Please sign in to comment.