- From: Adam Rice <notifications@github.com>
- Date: Fri, 26 Jan 2018 02:22:13 -0800
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 26 January 2018 10:22:35 UTC
ricea commented on this pull request. > + +<ol> + <li><p>Let <var>input</var> be the result of <a lt="converted to an IDL value">converting</a> + <var>chunk</var> to a {{DOMString}}. If this throws an exception, return a promise rejected with + that exception. + + <li><p>Convert <var>input</var> to a <a for=/>stream</a>. + + <li><p>Let <var>output</var> be a new <a for=/>stream</a>. + + <li><p>Let <var>encoder</var> be <a>UTF-8</a>'s <a for=/>encoder</a>. + + <li><p>Let <var>controller</var> be <var>enc</var>'s <a + for=TextEncoder>transform</a>.\[[transformStreamController]]. + + <li><p>While true, run these steps: I get it now, thank you. -- 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_r164076519
Received on Friday, 26 January 2018 10:22:35 UTC