Fetch polyfilled in Node only
npm install cross-fetch-ponyfill
js import fetch from 'cross-fetch-ponyfill' const res = await fetch(url) const text = await res.text()