Re: [whatwg/streams] WebIDL syntax for parameterized streams? (#678)

Parameterized WritableStream is a bit weird, since my understanding is that IDL always throws on type conversion errors, but writer.write() never throws. Maybe it's a bad idea.

When using some kind of type-checked Javascript, it's obviously beneficial if the types are as specific as possible, and the easiest way to encourage that is to call out the types specifically in the standard. But maybe IDL is not the best way to do that.

-- 
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/issues/678#issuecomment-277602203

Received on Monday, 6 February 2017 07:15:47 UTC