Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixes #9854: propagates native statusText onto jqXHR.statusText. stat…
…usText in callbacks is still normalized. Unit test added.
- Loading branch information
Showing
with
21 additions
and 2 deletions.
- +3 −2 src/ajax.js
- +5 −0 test/data/statusText.php
- +13 −0 test/unit/ajax.js
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
header( "HTTP/1.0 $_GET[status] $_GET[text]" ); | ||
|
||
?> |