in src/magic.js [46:50]
xhr.onreadystatechange = function() { if (xhr.readyState === 4) { callback(xhr.responseText, xhr); } }