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

356
Views
¿Cómo detener el error chrome.history.search()?

Hice un programa que se supone que te dice todo tu historial de búsqueda, pero devuelve un error.

 function onGot(historyItems) { for (item of historyItems) { window.alert(item.url); } } var searching = chrome.history.search({ text: "", startTime:0 }); searching.then(onGot);

ese fue mi js

me sale un error que dice

 ERROR: {TypeError: "Cannot read properties of undefined (reading 'search')"}

No sé qué está mal en mi código, y lo probé en Chrome en Windows e IOS, ambos devuelven este error. ¿Qué puedo hacer para que no se produzca este error? (Hecho con proyecto HTML, js y CSS)

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!