Bug 1761343 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Unfortunate, but I am not surprised that there is code in the real-world that either excepts all of streams to work or only ReadableStream. I am afraid when we start shipping `pipeThrough` sites are going to start requiring `TransformStream` as well.

From my point of view there are two realist options:
1. Only ship the complete package WritableStream, pipe & TransformStream
2. Test the water with adding pipeThrough as well.

I would think it should be possible to finish TransformStream in two days or so, no?
Unfortunate, but I am not surprised that there is code in the real-world that either expects all of streams to work or only ReadableStream. I am afraid when we start shipping `pipeThrough` sites are going to start requiring `TransformStream` as well.

From my point of view there are two realist options:
1. Only ship the complete package WritableStream, pipe & TransformStream
2. Test the water with adding pipeThrough as well.

I would think it should be possible to finish TransformStream in two days or so, no?
Unfortunate, but I am not surprised that there is code in the real-world that either expects all of streams to work or only ReadableStream. I am afraid when we start shipping `pipeThrough` sites are going to start requiring `TransformStream` as well.

From my point of view there are two realistic options:
1. Only ship the complete package WritableStream, pipe & TransformStream
2. Test the water with adding pipeThrough as well.

I would think it should be possible to finish TransformStream in two days or so, no?

Back to Bug 1761343 Comment 4