0

My console show this

enter image description here

How can I only console.log the [[ PromiseResult ]], only the text value!

here is my code

    fetch('/upload', {
        method: 'POST',
        body: data

    }).then(response => {
        console.log(response.json())
    })
Bernardo Olisan
  • 665
  • 7
  • 20

0 Answers0