ResponseType
public enum ResponseType : String, Decodable
Enumerates the possible types of responses that an XHR request can produce, matching the JavaScript XHR API response types.
-
Undocumented
Declaration
Swift
case none = "" -
Undocumented
Declaration
Swift
case text -
Undocumented
Declaration
Swift
case arraybuffer -
Undocumented
Declaration
Swift
case blob -
Undocumented
Declaration
Swift
case document -
Undocumented
Declaration
Swift
case json
View on GitHub
ResponseType Enumeration Reference