Re: [whatwg/encoding] Questionable conversion in BOM Sniff (#243)

I see, there are two problems here:

1. Peek returns a list.
2. Instead of converting the list, it tries to convert an I/O queue.

Peek should maybe be changed to always return a byte sequence.

-- 
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/issues/243#issuecomment-716385332

Received on Monday, 26 October 2020 08:11:47 UTC