diff --git a/Overview.html b/Overview.html index 3a21a50..35dfc91 100644 --- a/Overview.html +++ b/Overview.html @@ -9,7 +9,7 @@

XMLHttpRequest

-

Living Standard — Last Updated 11 August 2016

+

Living Standard — Last Updated 1 September 2016

Participate: @@ -1068,8 +1068,11 @@

4.5.6 The s

This operation will not throw an exception.

  • -

    Let read be the result of calling - ReadFromReadableStreamReader(reader). +

    Let read be the result of + reading a chunk + from response's + body's + stream with reader.

    When read is fulfilled with an object whose done property is false and whose value property is a Uint8Array object, run these diff --git a/Overview.src.html b/Overview.src.html index ab1d80a..a9bdfd1 100644 --- a/Overview.src.html +++ b/Overview.src.html @@ -1022,8 +1022,11 @@

    The send() method

    This operation will not throw an exception.

  • -

    Let read be the result of calling - ReadFromReadableStreamReader(reader). +

    Let read be the result of + reading a chunk + from response's + body's + stream with reader.

    When read is fulfilled with an object whose done property is false and whose value property is a Uint8Array object, run these