[1] [CITE[Streams API: piping - Chrome Platform Status]]
([TIME[2017-07-05 14:10:55 +09:00]])
<https://www.chromestatus.com/feature/6067348976959488>

[2] [CITE@en[Tie the model to the API for pipe chains]]
([[domenic]]著, [TIME[2017-09-15 18:25:48 +09:00]])
<https://github.com/whatwg/streams/commit/0ce8ffd6fc193d1ca862105013b28e50b0e52f88>

[3] [CITE@en["2.4. Pipe Chains and Backpressure" · Issue #740 · whatwg/streams]]
([TIME[2017-09-16 19:09:22 +09:00]])
<https://github.com/whatwg/streams/issues/740>

[4] [CITE@en[Tie the model to the API for pipe chains by domenic · Pull Request #798 · whatwg/streams]]
([TIME[2017-09-16 19:09:32 +09:00]])
<https://github.com/whatwg/streams/pull/798>

[5] [CITE@en[Fix pipe not correctly waiting for writes to finish (#884)]]
([[MattiasBuelens]]著, [TIME[2018-02-27 23:34:42 +09:00]])
<https://github.com/whatwg/streams/commit/c594098369f1e09d6beb49fd3436297c42772a5d>

[6] [CITE@en[pipeTo() text appears to say all queued writable chunks must be written on readable error · Issue #738 · whatwg/streams]]
([TIME[2018-02-28 22:36:14 +09:00]])
<https://github.com/whatwg/streams/issues/738>

[7] [CITE@en[Pipe completes before all writes are finished with preventClose = true · Issue #882 · whatwg/streams]]
([TIME[2018-02-28 22:36:27 +09:00]])
<https://github.com/whatwg/streams/issues/882>

[8] [CITE@en[Fix pipe not correctly waiting for writes to finish by MattiasBuelens · Pull Request #884 · whatwg/streams]]
([TIME[2018-02-28 22:36:49 +09:00]])
<https://github.com/whatwg/streams/pull/884>

[9] [CITE@en[Clarify that objects created during pipeTo() are not observable]]
([[domenic]]著, [TIME[2018-03-09 19:38:24 +09:00]])
<https://github.com/whatwg/streams/commit/7b8dffe8ec270bb918340e011349e2c1b5521a15>

[10] [CITE@en[Need to define the current Realm for pipeTo operations · Issue #845 · whatwg/streams]]
([TIME[2018-03-10 13:27:10 +09:00]])
<https://github.com/whatwg/streams/issues/845>

[11] [CITE@en[Clarify realm and task-queuing situation in pipeTo() by domenic · Pull Request #902 · whatwg/streams]]
([TIME[2018-03-10 13:29:03 +09:00]])
<https://github.com/whatwg/streams/pull/902>

[12] [CITE@en[Set shuttingDown at the beginning of pipe shutdown]]
([[ricea]]著, [TIME[2018-07-12 03:38:09 +09:00]])
<https://github.com/whatwg/streams/commit/1de3b9aac8603265c577118bde5bcaa499b47c57>

[13] [CITE@en[In pipeTo spec, the order of checking for shuttingDown disagrees with ref. impl. · Issue #934 · whatwg/streams]]
([TIME[2018-07-13 16:05:32 +09:00]])
<https://github.com/whatwg/streams/issues/934>

[14] [CITE@en[Set shuttingDown at the beginning of shutdown by ricea · Pull Request #939 · whatwg/streams]]
([TIME[2018-07-13 16:05:56 +09:00]])
<https://github.com/whatwg/streams/pull/939>

[15] [CITE@en[Setting Object.prototype.then permits interfering with pipeTo() internals · Issue #933 · whatwg/streams]]
([TIME[2018-07-14 12:48:39 +09:00]])
<https://github.com/whatwg/streams/issues/933>

[16] [CITE@en[Don't create iterators with Object.prototype for internal use by ricea · Pull Request #936 · whatwg/streams]]
([TIME[2018-07-14 12:49:39 +09:00]])
<https://github.com/whatwg/streams/pull/936>

[17] [CITE@en[Streams Standard]]
([TIME[2018-08-22 06:02:57 +09:00]])
<https://streams.spec.whatwg.org/#rs-pipe-to>

[18] [CITE@en[streams/readable-stream.js at master · whatwg/streams]]
([TIME[2018-08-31 01:10:06 +09:00]])
<https://github.com/whatwg/streams/blob/master/reference-implementation/lib/readable-stream.js#L100>

[19] [CITE@en[Allow aborting an ongoing pipe operation using AbortSignals]]
([[domenic]]著, [TIME[2018-11-08 07:14:47 +09:00]])
<https://github.com/whatwg/streams/commit/46c3b89dd3aff28b2fc381dd1d397c12b4fb8a16>

[20] [CITE@en[pipeTo should return a cancelable promise · Issue #446 · whatwg/streams]]
([TIME[2019-03-08 16:54:18 +09:00]])
<https://github.com/whatwg/streams/issues/446>

[21] [CITE@en[Allow aborting an ongoing pipe operation using AbortSignals by domenic · Pull Request #744 · whatwg/streams]]
([TIME[2019-03-08 16:55:40 +09:00]])
<https://github.com/whatwg/streams/pull/744>

[22] [CITE@en[Add a brand check to pipeThrough()]]
([[ricea]]著, [TIME[2018-11-27 23:27:17 +09:00]])
<https://github.com/whatwg/streams/commit/b494f3509629e4e683daff77701dd20eb216cec5>

[23] [CITE@en[Give pipeTo more latitude about byob chunk sizes]]
([[ricea]]著, [TIME[2019-02-18 23:22:48 +09:00]])
<https://github.com/whatwg/streams/commit/8be75dd80bf58e439a3939961d4cb5b234d87f94>

[24] [CITE@en[WritableStreamDefaultWriterGetDesiredSize(writer) cannot in general be used to determine size of chunks read by pipeTo · Issue #938 · whatwg/streams]]
([TIME[2019-06-24 17:57:04 +09:00]])
<https://github.com/whatwg/streams/issues/938>

[25] [CITE@en[Give pipeTo more latitude about byob chunk sizes by ricea · Pull Request #989 · whatwg/streams]]
([TIME[2019-06-24 17:57:27 +09:00]])
<https://github.com/whatwg/streams/pull/989>

[26] [CITE@ja[ReadableStreamPipeTo(#1022)で '''[''''''['''disturbed''']'''''']'''を同期的に設定します]]
([[ライスアは]], [TIME[2019-11-13 10:05:36 +09:00]], [TIME[2021-03-16T07:28:40.000Z]])
<https://github.com/whatwg/streams/commit/e8fd84607d48eae3f25b9db3ef6eff089572288f>

[27] [CITE@en[Set '''[''''''['''disturbed''']'''''']''' synchronously in ReadableStreamPipeTo by ricea · Pull Request #1022 · whatwg/streams]]
([TIME[2021-03-16T07:28:59.000Z]])
<https://github.com/whatwg/streams/pull/1022>