Re: [whatwg/streams] Align WritableStream structure with ReadableStream structure (#488)

In rewriting pipeTo() algorithm, I felt that it's good if we apply some convention to variable naming to distinguish variables local to the inner functions and ones of pipeTo() like how we're distinguishing internal slots and local variables. I'm tentatively prefixing them with _.

---
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/488#issuecomment-236493835

Received on Monday, 1 August 2016 05:41:22 UTC