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

186
Vistas
Proper way to read entries in FileSystemEntry

Currently I am using this code to read the entries in a FileSystemEntry object:

  function readEntries(entry: FileSystemEntry): Promise<FileSystemEntry[]> {
    return new Promise((resolve, reject) => {
      var reader: FileSystemDirectoryReader = entry.createReader();
      reader.readEntries(function (entries) {
        resolve(entries);
      });
    });
  }

However, TypeScript detects all these "bugs" (even though it works perfectly):

enter image description here

And Mozilla Developer Network claims: Experimental. Expect behavior to change in the future. 2

How can an API be experimental and already deprecated at the same time and what should be the alternative?

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