← Back to release summary
When an invalid encoding is specified for XMLHttpRequest (via overrideMimeType() or the response's mime type), UTF-8 is used e.g. for responseText, which is spec conformant. Previously Latin-1 was used.
Docs: https://github.com/web-platform-tests/wpt/pull/14090
View on chromestatus.com