XMLHttpRequestResponseType(String)
package js.html
Доступно в js
Тип XMLHttpRequestResponseType представляет собой перечисление строк, используемых для указания типа данных, содержащихся в response объекта XMLHttpRequest.
Документация XMLHttpRequestResponseType от Авторов Mozilla, лицензирована по CC-BY-SA 2.5.
См. также:
Переменные
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