Re: [whatwg/encoding] Make TextEncoder and TextDecoder be transform streams (#127)

yutakahirano commented on this pull request.



> @@ -28,6 +28,18 @@ Translate IDs: dictdef-textdecoderoptions textdecoderoptions,dictdef-textdecodeo
 spec:infra; type:dfn;
     text:code point
     text:ascii case-insensitive
+spec:streams;
+    type:interface; text:ReadableStream
+    type:dfn; text:chunk
+    type:dfn; text:readable stream
+    type:dfn; text:writable stream

I find none, but serviceworker uses related ones ("construct a ReadableStream object", "empty ReadableStream"). See also: https://github.com/heycam/webidl/issues/445

-- 
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/encoding/pull/127#discussion_r164346346

Received on Monday, 29 January 2018 06:52:54 UTC