XMLHttpRequestResponseType(String)
package js.html
Available on js
The XMLHttpRequestResponseType type is an enumerated set of strings which are used to specify the type of data contained in the response of an XMLHttpRequest.
Documentation XMLHttpRequestResponseType by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
inlineread onlyARRAYBUFFER:XMLHttpRequestResponseType = "arraybuffer"
inlineread onlyBLOB:XMLHttpRequestResponseType = "blob"
inlineread onlyDOCUMENT:XMLHttpRequestResponseType = "document"
inlineread onlyJSON:XMLHttpRequestResponseType = "json"
inlineread onlyNONE:XMLHttpRequestResponseType = ""
inlineread onlyTEXT:XMLHttpRequestResponseType = "text"
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/XMLHttpRequestResponseType.html