The following is what I see see pasted elseshere but only shows the promise, want the full response data or the exception.
fetch('http://localhost:8000/data/random?m=2&n=3', {mode: 'no-cors'}).then(res => res.text()).then(console.log)
Promise {<pending>}