- From: Andreu Botella <notifications@github.com>
- Date: Wed, 26 Feb 2020 09:15:21 -0800
- To: whatwg/encoding <encoding@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 26 February 2020 17:15:34 UTC
andreubotella commented on this pull request. > <a lt="serialize stream" for=TextDecoderCommon>serialized</a>. - <p class=note>The way streaming works is to not handle <a>end-of-stream</a> here when the - <a for=TextDecoder>do not flush flag</a> is set and to not unset that flag. That way in a + <p class=note>The way streaming works is to not handle <a>end-of-stream</a> here when + <a for=TextDecoder>do not flush</a> is true and to not set that slot to false. That way in a The literal translation of "to not unset that flag" would be "to not set that boolean to false", but since its definition doesn't explicitly mark it as a boolean, I wasn't sure whether it was appropriate. "Slot" might not be the right term here. "Associated value" perhaps? -- 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/198#pullrequestreview-365087668
Received on Wednesday, 26 February 2020 17:15:34 UTC