Re: [whatwg/encoding] Fix TextDecoderStream's behavior when processing the end of stream (#265)

@annevk commented on this pull request.



>  
- <li><p>Otherwise, <a>throw</a> a {{TypeError}}.
+   <li>
+    <p>If <var>result</var> is finished, then:

```suggestion
    <p>If <var>result</var> is <a>finished</a>, then:
```

-- 
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/265#pullrequestreview-688285943

Received on Monday, 21 June 2021 10:52:32 UTC