Hello, Similar to FormData in XHR.send(), can we have FormData in XHR.responseType.. This is useful in a scenario where server sends multipart/form-data (or) multipart/mixed as response with mix of text and binary data to client. When XHR.responseType is set to FormData, we've response FormData available in the client JavaScript.
Thanks, Joy
