- From: Adam Rice <notifications@github.com>
- Date: Tue, 07 Mar 2017 04:44:45 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 March 2017 12:45:25 UTC
ricea commented on this pull request.
> @@ -760,6 +782,7 @@ function WritableStreamDefaultControllerGetChunkSize(controller, chunk) {
try {
return strategySize(chunk);
} catch (chunkSizeE) {
+ // TODO: Should we notify the sink of this error?
I took this comment out because I thought we had consensus not to do anything about this until we have finally().
--
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/672#pullrequestreview-25502252
Received on Tuesday, 7 March 2017 12:45:25 UTC