mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
![]() This commit adds `SubprocessReadableStream` interface that are used for `ChildProcess.stdout` and `ChildProcess.stderr`. It's an extension to a regular `ReadableStream` that provides convenience methods to collect the output and parse it with `.bytes()`, `.arrayBuffer()`, `.text()` and `.json()` helper methods (similarly to the ones available on `Response`). Closes https://github.com/denoland/deno/issues/30323 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
---|---|---|
.. | ||
40_process.js | ||
Cargo.toml | ||
ipc.rs | ||
lib.rs | ||
README.md |
deno_process
This crate implements subprocess APIs for Deno