RequestResponseType: "json" | "blob" | "arrayBuffer" | "text" | "formData" | "document" | "" | null | undefined

Available response types for the XHR to properly handle the response payload

if '', null or undefined are used the default type is 'json'

It should be noted that the appropriate headers should be added to the request as well.

Generated using TypeDoc