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

Node child_process.SpawnOptionsWithoutStdio TypeScript interface | API Reference | Bun

Node child_process.SpawnOptionsWithoutStdio TypeScript interface | API Reference | BunBuildDocsReferenceGuidesBlogDiscord/node:child_process/SpawnOptionsWithoutStdioPargv0PcwdPdetachedPenvPgidPkillSignalPserializationPshellPsignalPstdioPtimeoutPuidPwindowsHidePwindowsVerbatimArguments

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/node:child_process/SpawnOptionsWithoutStdioPargv0PcwdPdetachedPenvPgidPkillSignalPserializationPshellPsignalPstdioPtimeoutPuidPwindowsHidePwindowsVerbatimArguments

interface

child_process.SpawnOptionsWithoutStdiointerface SpawnOptionsWithoutStdioargv0?: stringcwd?: string | URLdetached?: booleanenv?: ProcessEnvgid?: 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.

shell?: string | booleansignal?: AbortSignalstdio?: StdioPipeNamed | StdioPipe[]Can 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?: numberuid?: numberwindowsHide?: booleanwindowsVerbatimArguments?: 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 →

智能索引记录