Re: [whatwg/streams] Lookup methods in constructors (#860)

ricea commented on this pull request.



> @@ -259,30 +259,44 @@ function SetUpTransformStreamDefaultController(stream, transformAlgorithm, flush
 }
 
 function SetUpTransformStreamDefaultControllerFromTransformer(stream, transformer) {
-  function transformAlgorithm(chunk) {

Not as simple as I'd like, but all the other algorithm creation steps are looking great now.

-- 
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/860#discussion_r154358238

Received on Friday, 1 December 2017 14:32:20 UTC