Skip to content

Readable流例子注意事项的翻译 #3

Description

@lijunle

Readable流例子下面有:

需要注意的一点是我们在将数据输出到process.stdout之前已经将内容推送进readable流rs中,但是所有的数据依然是可写的。

对应的英文原文是

Note here that we pushed content to the readable stream rs before piping to process.stdout, but the complete message was still written.

对于前半句,before piping to process stdout 我觉得翻译为在(rs readable流)接上process.stdout流之前

对于后面那句complete message was still written是什么意思?我就中英文都看不懂了。望解释。

谢谢。

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