- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 28 Aug 2020 07:35:11 -0700
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 August 2020 14:35:23 UTC
@domenic commented on this pull request. > </ol> <li><p>Let <var>result</var> be the result of <a>processing</a> <var>token</var> for <var>decoder</var>'s <a for=TextDecoderCommon>decoder</a>, <var>decoder</var>'s <a for=TextDecoderCommon>stream</a>, <var>output</var>, and <var>decoder</var>'s <a for=TextDecoderCommon>error mode</a>. - <li><p>If <var>result</var> is <a>error</a>, then return a new promise rejected with a - {{TypeError}} exception. + <li><p>If <var>result</var> is <a>error</a>, then throw a {{TypeError}} exception. I don't have an opinion on this one. -- 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/224#discussion_r479346571
Received on Friday, 28 August 2020 14:35:23 UTC