Re: [whatwg/streams] Throw type error in ReadableStreamBYOBRequest ctor if view isn't a non-detached ArrayBuffer view object (#870)

> However, we have bigger problems if user code creates a ReadableStreamBYOBRequest. ReadableByteStreamControllerRespond does

I realized that a while after opening this PR, yes. I'm reworking things to follow the pattern by which the controller is created from under a Stream's constructor, i.e. using `ObjectCreate` followed by `SetUpReadableStreamBYOBRequest`. Will update the PR once I'm done on Friday or Monday.

-- 
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#issuecomment-360348574

Received on Thursday, 25 January 2018 03:17:36 UTC