Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

88
Views
Parece que no puedo analizar los datos entrantes de XMLHttpRequest

Probé json parse pero no funcionó, ya sea error o no apareció nada.

este es mi codigo

 //AJAX XHR function reqListener(response){ let data = response.responseText; let json = JSON.parse(data) console.log('Fetched data: ', data) console.log('is woorking!!!') } let xhr = new XMLHttpRequest() xhr.addEventListener('load', reqListener) xhr.onerror = console.error() xhr.open('GET', 'https://jsonplaceholder.typicode.com/posts/1') xhr.addEventListener('error', function(err){ console.log('errorrr') }) xhr.send()

alguien puede ayudar?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!