- From: Adam Rice <notifications@github.com>
- Date: Sun, 05 Feb 2017 20:46:18 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 6 February 2017 04:46:51 UTC
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