Re: [whatwg/streams] Factor out condition to check pending operation (#672)

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