Re: [streams] Port locking infrastructure to writable streams (#319)

> become empty objects with getWriter() methods!?

Yeah, pipeTo etc. all belongs to the readable side.

What do you mean by pass-through? Keeping a method also on the WritableStream? As you just said, I also think we should basically limit them to WritableStreamWriter as much as possible.

> just abort() and write()?

Maybe you meant abort() and close().

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/319#issuecomment-90860404

Received on Wednesday, 8 April 2015 09:30:27 UTC