i think song quality :-320kbps not working 192kbps worked for me only
xhr.onload = function() {
if (xhr.status === 200) {
onload(xhr.response);
} else {
console.error(xhr.statusText + ' (' + xhr.status + ')');
}
};
xhr.onerror = function() {
console.error('Network error');
i think song quality :-320kbps not working 192kbps worked for me only xhr.onload = function() { if (xhr.status === 200) { onload(xhr.response); } else { console.error(xhr.statusText + ' (' + xhr.status + ')'); } }; xhr.onerror = function() { console.error('Network error');