XMLHttpRequest.overrideMimeType()

Draft
This page is not complete.

The XMLHttpRequest.overrideMimeType() method overrides the MIME type returned by the server. This may be used, for example, to force a stream to be treated and parsed as text/xml, even if the server does not report it as such. This method must be called before send().

void overrideMimeType(DOMString mimetype);

Document Tags and Contributors

 Contributors to this page: jsx
 Last updated by: jsx,