mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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> |
||
---|---|---|
.. | ||
meta | ||
meta-legacy-layout/html/canvas | ||
mozilla | ||
tests | ||
webgl | ||
webgpu | ||
aliases | ||
config.ini | ||
hosts | ||
include.ini | ||
README.md |