Home
last modified time | relevance | path

Searched refs:customFds (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/promzard/test/
Dbuffer.js48 var c = spawn(node, [example], { customFds: [-1,-1,-1] }) property
Dbasic.js49 var c = spawn(node, [example], { customFds: [-1,-1,-1] }) property
/third_party/node/doc/api/
Ddeprecations.md163 ### DEP0006: `child_process` `options.customFds`
183 methods, the `options.customFds` option is deprecated. The `options.stdio`
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md224 * lib: noisy deprecation of child_process customFds (Ryan Graham)
2086 * [#1695](https://github.com/joyent/node/issues/1695) Forward customFds to ChildProcess.spawn
DCHANGELOG_V7.md1987 …ithub.com/nodejs/node/commit/1037463604)] - **test**: add child_process customFds test (cjihrig) […
DCHANGELOG_V12.md3490 * remove `options.customFds` (cjihrig) [#25279](https://github.com/nodejs/node/pull/25279)
DCHANGELOG_V6.md2967 …ithub.com/nodejs/node/commit/65e27176f6)] - **test**: add child_process customFds test (cjihrig) […
/third_party/node/deps/npm/changelogs/
DCHANGELOG-2.md3870 `node-gyp` to use `stdio` instead of `customFds` so it stops printing a
4897 customFds, hello stdio ([@othiym23](https://github.com/othiym23))