- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 22 Jan 2018 18:25:36 +0000 (UTC)
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 January 2018 18:25:59 UTC
domenic commented on this pull request. > @@ -1186,10 +1246,31 @@ if <a for=TextDecoder>error mode</a> is "<code>fatal</code>", and false otherwis <p>The <dfn attribute for=TextDecoder><code>ignoreBOM</code></dfn> attribute's getter must return true if <a for=TextDecoder>ignore BOM flag</a> is set, and false otherwise. +<p>The <dfn attribute for=TextDecoder><code>readable</code></dfn> attribute's getter must return the +contents of <a for=TextDecoder>transform</a>'s \[[readable]] <a>internal slot</a>. Just "return transform.[[readable]]" usually? -- 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_r163024776
Received on Monday, 22 January 2018 18:25:59 UTC