温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/child_process/ForkOptions
点击访问原文链接

Node child_process.ForkOptions TypeScript interface | API Reference | Bun

Node child_process.ForkOptions TypeScript interface | API Reference | BunBuildDocsReferenceGuidesBlogDiscord/node:child_process/ForkOptionsPcwdPdetachedPenvPexecArgvPexecPathPgidPkillSignalPserializationPsignalPsilentPstdioPtimeoutPuidPwindowsVerbatimArguments

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/node:child_process/ForkOptionsPcwdPdetachedPenvPexecArgvPexecPathPgidPkillSignalPserializationPsignalPsilentPstdioPtimeoutPuidPwindowsVerbatimArguments

interface

child_process.ForkOptionsinterface ForkOptionscwd?: string | URLdetached?: booleanenv?: ProcessEnvexecArgv?: string[]execPath?: stringgid?: numberkillSignal?: number | SignalsThe signal value to be used when the spawned process will be killed by the abort signal.

serialization?: SerializationTypeSpecify the kind of serialization used for sending messages between processes.

signal?: AbortSignalsilent?: booleanstdio?: StdioOptionsCan be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. If passed as an array, the first element is used for stdin, the second for stdout, and the third for stderr. A fourth element can be used to specify the stdio behavior beyond the standard streams. See ChildProcess.stdio for more information.

timeout?: numberIn milliseconds the maximum amount of time the process is allowed to run.

uid?: numberwindowsVerbatimArguments?: boolean

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco

We're hiring →

智能索引记录