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

> Now conversions are only declared if an I/O queue is involved, either as a source a destination.

Formally, yeah, but the idea was to define further conversions in whatwg/infra#319, which would presumably include turning a list of bytes into a byte sequence. This was written in anticipation of that change.

> Instead of converting the list, it tries to convert an I/O queue.

I intended to write that as "let result be (the result of peeking from ioQueue), converted to a byte sequence", not "peeking from (ioQueue, converted to a byte sequence)". Maybe we should clarify.

-- 
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-716387910

Received on Monday, 26 October 2020 08:17:23 UTC