Skip to content

Add stdin: ReadableStream and stdout|stderr: WritableStream options #603

@ehmicky

Description

@ehmicky

As discussed in #593 (comment)

We should support web streams for the stdin/stdout/stderr options.

We can implement this by converting them to Node.js streams using stream.Readable.fromWeb() and stream.Writable.fromWeb()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions