<RESPONSE PROMISE> .then(r=>r.blob()) .then(r=>{ console.log(r.type) return new Response(r) }) .then(r=> r.text() ) .then(console.log)