Re: [whatwg/streams] Set [[disturbed]] synchronously in ReadableStreamPipeTo (#1022)

> It is not visible to user code.

Isn't it visible if someone does something like

```js
response.body.pipeTo(...)
console.log(response.bodyUsed);
```

?

-- 
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/1022#issuecomment-551176626

Received on Thursday, 7 November 2019 17:16:27 UTC