- From: Adam Rice <notifications@github.com>
- Date: Tue, 10 Oct 2017 07:57:58 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 October 2017 07:58:23 UTC
ricea commented on this pull request. > @@ -88,7 +92,7 @@ function TransformStreamError(stream, e) { } function TransformStreamSetBackpressure(stream, backpressure) { - // console.log(`TransformStreamSetBackpressure(${backpressure})`); + verbose(`TransformStreamSetBackpressure(${backpressure})`); I went with the latter as it seems odd to have this method log argument names when the others don't. -- 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/831#discussion_r143653104
Received on Tuesday, 10 October 2017 07:58:23 UTC