Take encoding into account when parsing link headers & early hints · Issue #9715 · whatwg/html (original) (raw)

See #9709 (comment)

Usually we use the document's encoding when parsing URLs in link headers, but that doesn't exist yet for early hints & link headers, so we need to use something, probably the charset param of the document's content-type header. /cc @bashi