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

164
Vistas
how to fix window.open("").closed returns true when opening the link of google search

//if this is the link, return false
var tab = window.open("https://www.google.com.vn/", "_blank");

// if this is the link, reture true
// var tab = window.open("https://www.google.com/search?q=coin&oq=coin&aqs=chrome..69i57j0i131i433i512j0i433i512l2j46i131i199i433i465i512j0i131i433i512j46i131i199i433i465i512j0i131i433i512j0i433i512j0i512.665j0j15&sourceid=chrome&ie=UTF-8", "_blank");
// I want to know why it is true and how to fix it


setInterval(function() {
  checkTabsClosed()
}, 3000);

function checkTabsClosed() {
  console.log(tab);
  if (tab && tab.closed) {
    console.log("close");
  } else
    console.log("open");
}

about 4 years ago · Santiago Gelvez
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