mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix getResponseHeader for native requests. Needs discussion what's the cross platform way forward
This commit is contained in:
@@ -415,7 +415,7 @@ var doRequest = function(options) {
|
||||
return this.responseHeaders;
|
||||
};
|
||||
xhr.getResponseHeader = function (header) {
|
||||
return this.responseHeaders[header.toLowerCase()];
|
||||
return this.responseHeaders[header];
|
||||
};
|
||||
|
||||
return xhr;
|
||||
|
Reference in New Issue
Block a user