- From: Adam Rice <notifications@github.com>
- Date: Fri, 09 Feb 2018 12:32:12 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 February 2018 12:32:35 UTC
ricea commented on this pull request.
> @@ -2041,7 +2041,10 @@ ReadableByteStreamController()</h4>
1. Let _view_ be ! Construct(<a idl>%Uint8Array%</a>, « _firstDescriptor_.[[buffer]],
_firstDescriptor_.[[byteOffset]] + _firstDescriptor_.[[bytesFilled]], _firstDescriptor_.[[byteLength]] −
_firstDescriptor_.[[bytesFilled]] »).
- 1. Set *this*.[[byobRequest]] to ! Construct(`<a idl>ReadableStreamBYOBRequest</a>`, « *this*, _view_ »).
+ 1. Let _byobRequest_ be ObjectCreate(the original value of `<a idl>ReadableStreamBYOBRequest</a>`'s `prototype`
+ property).
+ 1. Perform ? SetUpReadableStreamBYOBRequest(_byobRequest_, _controller_, _view_).
Should be '!' not '?' as SetUpReadableStreamBYOBRequest performs no operations that could throw. Should be \*this*, not \_controller_.
I will fix.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/870#pullrequestreview-95404902
Received on Friday, 9 February 2018 12:32:35 UTC