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

> What do you mean by pass-through? Keeping a method also on the WritableStream?

I mean, like we do for ReadableStream.prototype.cancel, have versions of them on the WritableStream which throw if the WritableStream is locked.

> Maybe you meant abort() and close().

Yes, editing OP.

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

Received on Wednesday, 8 April 2015 18:49:53 UTC