Files
jquery/test/unit
Andrei Fangli e0d9411569 Ajax: Fix getResponseHeader(key) for IE11
- getResponseHeader(key) combines all header values for the provided key into a
single result where values are concatenated by ', '. This does not happen for
IE11 since multiple values for the same header are returned on separate lines.
This makes the function only return the last value of the header for IE11.
- Updated ajax headers test to better cover Object.prototype collisions

Close gh-4173
Fixes gh-3403
2018-11-26 12:00:41 -05:00
..
2018-01-08 11:24:45 -05:00
2018-01-16 10:39:08 -05:00
2018-01-16 10:39:08 -05:00
2015-09-07 20:03:50 +03:00
2018-01-15 09:26:19 -08:00
2016-06-11 10:41:33 +03:00
2018-01-08 11:24:45 -05:00