Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

121
Vistas
Not able to capture API response in chrome extension V3

I've developed a chrome extension. I am not able to capture the API response but I can see the response in the network console.

Below is my code

async function generateUniqueId(){
   let uniqueId = Date.now();
   let formData = new FormData();
   formData.append("userId",uniqueId);
   fetch('http://localhost:3000/v1/registerUser',{
    method:'POST',
    body:formData
     }).then((response)=>{
          console.log(response);
          chrome.storage.local.set({'userId': uniqueId}, function() {
            console.log('Value is set to ' + Date.now());
          });                      
      }).catch((error)=>{console.log(error)});
}

In the below image you can see the response in the Network tab but when I print it in the console it's showing empty. Can someone please help?

enter image description here

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda