[1] Add "Streams" section as part of Response.body introduction · whatwg/fetch@0158ce0 ( 版) https://github.com/whatwg/fetch/commit/0158ce0dc81dc7229c8c7801fd46d586c0517db7
[2] 28988 – Add a ReadableStream IDL type ( 版) https://www.w3.org/Bugs/Public/show_bug.cgi?id=28988
[3] Replace byte stream with ReadableStream · whatwg/fetch@35db942 ( 版) https://github.com/whatwg/fetch/commit/35db942500e5385821dfc962961cbf707ce67370
[4] Merge ReadableByteStream into ReadableStream! · whatwg/streams@e601d69 ( 版) https://github.com/whatwg/streams/commit/e601d69f3ba40e6f4b5506e4bb1fbe3f3eabf393
[5] Response construction with ReadableStream · whatwg/fetch@4924f6d ( 版) https://github.com/whatwg/fetch/commit/4924f6d6a2b9cdbdadffc1885141542311bda986
[6] Add ReadableStreamOperations for ServiceWorker (yutakahirano著, ) https://github.com/whatwg/fetch/commit/195b9fc6c20895ff8f36eda064a5b532863e5445
[7] Fix ReadableStream operations (yutakahirano著, ) https://github.com/whatwg/fetch/commit/2ef920de91fd15843b32008077373af9b95d8433
[8] Fix an obsolete ReadableStream operation name (yutakahirano著, ) https://github.com/whatwg/xhr/commit/e75e40411cd5f34805622b0622d139a32f2e34fe
[9] Editorial: remove an obsolete ReadableStream note (yutakahirano著, ) https://github.com/whatwg/fetch/commit/9ca258d4919a55c8219bf92ccbb616a5633aff07
[10] ReadableStream - Web APIs | MDN () https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream
[11] 138967 – [Streams API] [Meta] Implement ReadableStream () https://bugs.webkit.org/show_bug.cgi?id=138967
[12] Support reading bytes into buffers allocated by user code on platforms where only async read is available · Issue #253 · whatwg/streams () https://github.com/whatwg/streams/issues/253
[13] Use "read a chunk" operation correctly (yutakahirano著, ) https://github.com/whatwg/fetch/commit/c5a1394a5658b364c75f9b304be745ccab1734ea
[14] Editorial: explain and link [[CancelSteps]]/[[PullSteps]] (domenic著, ) https://github.com/whatwg/streams/commit/be948b6ce7afcf5d7f2ef11dbf2ba96474250919
[15] Link [[CancelSteps]] and [[PullSteps]] · Issue #758 · whatwg/streams () https://github.com/whatwg/streams/issues/758
[16] Editorial: explain and link [[CancelSteps]]/[[PullSteps]] by domenic · Pull Request #791 · whatwg/streams () https://github.com/whatwg/streams/pull/791
[17] 28988 – Add a ReadableStream IDL type () https://www.w3.org/Bugs/Public/show_bug.cgi?id=28988
[18] ReadableStream IDL type · Issue #445 · heycam/webidl () https://github.com/heycam/webidl/issues/445
[19] Throw errors early when given detached buffers (domenic著, ) https://github.com/whatwg/streams/commit/3e2ac4e650f298dad13ef5d050efa2f7c5959db3
[20] Callsites of TransferArrayBuffer don't all ensure the buffer isn't detached · Issue #751 · whatwg/streams () https://github.com/whatwg/streams/issues/751
[21] A couple fixes for ArrayBuffer transferring by tschneidereit · Pull Request #753 · whatwg/streams () https://github.com/whatwg/streams/pull/753
[22] Always transfer ArrayBuffers given to byobReader.read() (tschneidereit著, ) https://github.com/whatwg/streams/commit/74806b34c01dd14e290069fb92df91bdf49f3d1b
[23] ReadableByteStreamControllerPullInto should always transfer the given buffer · Issue #752 · whatwg/streams () https://github.com/whatwg/streams/issues/752
[24] A couple fixes for ArrayBuffer transferring by tschneidereit · Pull Request #753 · whatwg/streams () https://github.com/whatwg/streams/pull/753
[25] Fix note about tricky [[closeRequested]] vs. [[state]] situation (ricea著, ) https://github.com/whatwg/streams/commit/0fbbca4866aaeedac2d89058d7c3bf6fd736b986
[26] Note on ReadableStreamDefaultControllerEnqueue is inaccurate · Issue #824 · whatwg/streams () https://github.com/whatwg/streams/issues/824
[27] Remove inaccurate note about ReadableStreamDefaultControllerEnqueue by ricea · Pull Request #829 · whatwg/streams () https://github.com/whatwg/streams/pull/829
[28] Add a note about our WebSocket-wrapping examples (domenic著, ) https://github.com/whatwg/streams/commit/03bec703bcfb2acacf42f3cda22d5be6d56999e3
[29] A variety of clarity and documentation improvements by domenic · Pull Request #875 · whatwg/streams () https://github.com/whatwg/streams/pull/875
[30] Constructor: replace _readableStrategy_ with _strategy_ by ricea · Pull Request #916 · whatwg/streams () https://github.com/whatwg/streams/pull/916
[31] Fix ReadableStream constructor variable typo (ricea著, ) https://github.com/whatwg/streams/commit/345604f6fe2f73beebbac9ed90df1d8b341cabdb
[32] Don't create { value, done } objects with Object.prototype for intern… (ricea著, ) https://github.com/whatwg/streams/commit/a27a1fd0f8640d6054e0cbc8b6d7f5464dd096ab
[33] Setting Object.prototype.then permits interfering with pipeTo() internals · Issue #933 · whatwg/streams () https://github.com/whatwg/streams/issues/933
[34] Don't create iterators with Object.prototype for internal use by ricea · Pull Request #936 · whatwg/streams () https://github.com/whatwg/streams/pull/936
[35] Clarify creation of ReadableStream objects (jyasskin著, ) https://github.com/whatwg/fetch/commit/6b31c453f9f3d6284da6e34fec2d9f1dddc9687c
[36] Be clearer about how Fetch creates ReadableStreams. by jyasskin · Pull Request #781 · whatwg/fetch () https://github.com/whatwg/fetch/pull/781
[37] Update the strategy argument to 'construct a ReadableStream'. (#1338) (jyasskin著, ) https://github.com/w3c/ServiceWorker/commit/a71caad3d37d8ca7a3b3bd8a4f814abffd3828d0
[38] Update the strategy argument to 'construct a ReadableStream'. by jyasskin · Pull Request #1338 · w3c/ServiceWorker () https://github.com/w3c/ServiceWorker/pull/1338
[39] Make extract throw for a disturbed/locked ReadableStream (annevk著, ) https://github.com/whatwg/fetch/commit/1bda54532c11b51963796ad77f783e5d8e136ea8
[40] It is possible to construct a Request with a used body · Issue #792 · whatwg/fetch () https://github.com/whatwg/fetch/issues/792
[41] Make extract throw for a disturbed/locked ReadableStream by annevk · Pull Request #801 · whatwg/fetch () https://github.com/whatwg/fetch/pull/801
[42] ReadableStream: clear algorithms once they will no longer be used (ricea著, ) https://github.com/whatwg/streams/commit/9098b5da778ac6a9bde016147d6f111448459e08
[43] ReadableStream: clear algorithms once they will no longer be used by ricea · Pull Request #944 · whatwg/streams () https://github.com/whatwg/streams/pull/944
[44] Clear [[strategySizeAlgorithm]] slot when no longer needed (ricea著, ) https://github.com/whatwg/streams/commit/cb89a78549cb3a64bdb4396ba68e6d7c0d51a34a
[45] Clear [[strategySizeAlgorithm]] slot when no longer needed by ricea · Pull Request #947 · whatwg/streams () https://github.com/whatwg/streams/pull/947
[46] ShouldCallPull: Assert desiredSize is not null (ricea著, ) https://github.com/whatwg/streams/commit/a6de38e81357e0e8b1a39270ef6162fa4663aeb9
[47] ShouldCallPull: Assert desiredSize is not null by ricea · Pull Request #926 · whatwg/streams () https://github.com/whatwg/streams/pull/926
[48] Assert that desiredSize is non-null in ReadableStreamDefaultControllerShouldCallPull · Issue #919 · whatwg/streams () https://github.com/whatwg/streams/issues/919
[49] Editorial: add some missing exclamation marks (ricea著, ) https://github.com/whatwg/streams/commit/fd6c44c4a95d658292077b3882a0b15eb0fd8ba4
[50] Add some missing exclamation marks by ricea · Pull Request #927 · whatwg/streams () https://github.com/whatwg/streams/pull/927