jquery-iframe-transport
jquery-iframe-transport copied to clipboard
How to get an error if the server fails to respond?
The docs say if any errors occur, those should be reported in the response body, but if the server fails and can't actually create a response, then the JS can't get notified and .done or .fail are not called at all.