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

>  
> -function closure_WritableStreamErrorFunction() {
> -  const f = e => ErrorWritableStream(f._stream, e);
> -  return f;
> +function CreateWritableStreamDefaultWriterBrandCheckException(name) {

Name this lowercase since it isn't an abstract op. Also since it's local to this file we could just call it `writerBrandCheckException`.

(Similar comments for the other helpers. Maybe also consider moving the helpers to one section instead of per class?)

---
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/files/dfa07172203b4c292cfb5a3fc88e821a1db7c3db#r72937186

Received on Monday, 1 August 2016 08:04:57 UTC