Re: [whatwg/streams] Add two demos using streams for PNG manipulation (#911)

I have seen TransformStream in the spec, but without the browser support I felt not encouraged enough to build the whole demo against it if I cannot test the result in at least Chrome. Is there some kind of shim I could use to patch TransformStreams to browsers which support ReadableStream and WritableStream?

You could not make me happier with your statement about `async`/`await`! Actually, I wrote the whole code with async functions first as I am a huge fan of the concept – but MDN disapproved it fo being to complex to newbies of ES6+. (Actually, in the case of streams, I hope for [for-await-of](https://github.com/tc39/proposal-async-iteration) to enter ECMAScript as this would be the easiest way to iterate over a ReadableStream IMHO.)

Should I make the code changes here in the spec's repository in the demo directory? I also just filed a PR against MDN's repository. I am not shure they support changes there.

-- 
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/911#issuecomment-376884038

Received on Wednesday, 28 March 2018 13:21:50 UTC