Re: [whatwg/streams] Setting Object.prototype.then permits interfering with pipeTo() internals (#933)

I tried seeing what it looked like if we passed a parameter through to ReadableStreamDefaultReaderRead to indicate what kind of prototype we wanted. #936 is the result. I think it works pretty well. The [[readRequests]] and [[readIntoRequests]] queued have to carry around an extra parameter.

-- 
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/issues/933#issuecomment-401797643

Received on Monday, 2 July 2018 13:06:03 UTC