github.com
Fix TextDecoderStream's behavior when processing the end of stream · whatwg/encoding@b74cc91
This change fixes TextDecoderStream's "flush and enqueue" algorithm to handle the end of the stream in the same way as a call to TextDecoder's decode() method with...