[whatwg/streams] Is it bad that readableController.error() throws but writableController.error() no-ops in non-readable/writable states? (#821)

Compare:

- https://streams.spec.whatwg.org/commit-snapshots/6ad0e3d59cd8ff0223f178752f5f9a4f0d7c073f/#ws-default-controller-error
- https://streams.spec.whatwg.org/commit-snapshots/6ad0e3d59cd8ff0223f178752f5f9a4f0d7c073f/#rs-default-controller-error

I remember us consciously changing this for writable streams. Did we just forget to change it for readable streams, or is there an intentional distinction?

If it's intentional, we should capture it in the spec in a note, I think.

-- 
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/821

Received on Monday, 2 October 2017 19:20:59 UTC