Skip to main content
WorkerOptions.transferList - worker_threads - Node documentation
property WorkerOptions.transferList

Usage in Deno

import { type WorkerOptions } from "node:worker_threads";

Additional data to send in the first worker message.

Type

TransferListItem[] | undefined