Re: [whatwg/streams] WIP: allow creating streams from specs while using fewer JS objects (#857)

We can make all of startAlgorithm, pullAlgorithm and cancelAlgorithm optional by doing something like

**CreateReadableStream ( [ _startAlgorithm_ [, _pullAlgorithm_ [, _cancelAlgorithm_ [, _highWaterMark_ [, _sizeAlgorithm_ ] ] ] ] ])** 

I'm not sure whether it's worth it.

-- 
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/857#issuecomment-345632245

Received on Monday, 20 November 2017 09:03:55 UTC