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

For the encoding spec, I'd like to be able to write `ReadableStream<USVString>` to indicate a readable that vends string chunks, and `WritableStream<BufferSource>` to indicate a writable that accepts chunks consisting of [buffers of data](https://www.w3.org/TR/WebIDL-1/#es-buffer-source-types).

But this doesn't work. Should 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/issues/678

Received on Monday, 6 February 2017 04:46:51 UTC