Files
servo/components/script
Andreu Botella 95c3033456 Consume BOM in the text() method of fetch bodies (#36192)
In the fetch spec, the `text()` method of `Body` (an interface mixin
implemented by both `Request` and `Response`) consumes the body with
the Encoding spec "UTF-8 decode" algorithm, which skips the UTF-8 BOM
if it is present at the beginning of the body. Servo's implementation
does not do that. This patch fixes this.

Signed-off-by: Andreu Botella <abotella@igalia.com>
2025-03-28 19:02:48 +00:00
..
2025-03-26 12:12:44 +00:00
2025-03-26 12:12:44 +00:00
2025-03-26 12:12:44 +00:00
2025-01-10 08:19:19 +00:00
2025-03-13 10:28:11 +00:00