Files
browser/src
Pierre Tachoire bf5d43c541 Implement XMLHttpRequest.overrideMimeType()
Adds the overrideMimeType(mime) method.

Wires the final MIME type (override ?? response) into responseXML for
the default response type (""): when the final MIME is text/xml, the
body is lazily parsed into a Document and cached in a new
_response_xml field. Other XML MIME types (application/xml, image/svg+xml)
land in Mime.ContentType.other whose backing slices are unsafe to read
after Mime.parse returns; supporting them is left for a follow-up.

The override does not affect response / responseText today —
responseText charset decoding and the document responseType's
HTML-vs-XML parser choice are noted as follow-ups in the code.
2026-06-04 10:55:32 +02:00
..
2026-04-22 08:42:18 +08:00
2026-05-29 18:06:44 +08:00
2026-06-01 22:42:39 +08:00
2026-05-29 18:06:44 +08:00
2026-04-20 17:13:06 +08:00
2026-05-15 18:31:10 +03:00
2026-05-29 09:32:03 +08:00
2026-04-10 06:51:10 +08:00
2026-05-21 10:38:52 +08:00
2026-06-03 18:42:24 +08:00
2026-04-22 08:42:18 +08:00
2026-05-19 12:08:23 +02:00
2026-04-23 15:48:13 +08:00
2026-05-02 11:58:46 +08:00
2026-01-24 07:59:41 +08:00
2026-05-27 19:34:39 +08:00
2026-06-01 22:42:39 +08:00