From 405317807ead4aba83040d8cef56e87b5a641c11 Mon Sep 17 00:00:00 2001 From: JounQin Date: Wed, 6 Dec 2023 10:48:49 +0800 Subject: [PATCH] docs: document `transferList` option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b463f8f6..d8cea40c1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ You must make sure, the `result` is serializable by [`Structured Clone Algorithm 2. `timeout` same as env `SYNCKIT_TIMEOUT` 3. `execArgv` same as env `SYNCKIT_EXEC_ARGV` 4. `tsRunner` same as env `SYNCKIT_TS_RUNNER` +5. `transferList`: Please refer Node.js [`worker_threads`](https://nodejs.org/api/worker_threads.html#:~:text=Default%3A%20true.-,transferList,-%3CObject%5B%5D%3E%20If) documentation ### Envs