fetch('https://momentjs.com/downloads/moment.min.js') .then(response => response.text()) .then(text => eval(text))