[XHR2] FormData in responseType

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

Received on Wednesday, 28 August 2013 06:57:50 UTC