Description
JQuery should support dataType 'binary' (or something similar) gracefully.
Currently, requesting a binary file via ajax will always result in error/failure, although the binary result may be desired and the response code is 200 OK. It should be possible to specify datatype 'binary' and adjust the response handlers accordingly.