Specify a particular MIME type (such as text/xml
) desired for the response.
This value must be set before the request has been sent. See also the list of IANA Official MIME types.
@SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.FIREFOX) @SupportedBrowser(SupportedBrowser.SAFARI) void overrideMimeType(String mime) native;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/HttpRequest/overrideMimeType.html