Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 27, 2023 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/d214dc809c3a2f85cd6d8bb85e1b5ba8 to your computer and use it in GitHub Desktop.
Save parzibyte/d214dc809c3a2f85cd6d8bb85e1b5ba8 to your computer and use it in GitHub Desktop.
// Recuerda que siempre puedes usar async y await en lugar de then
ConectorPluginV3.obtenerImpresoras().then(impresoras => {
console.log("Las impresoras son:");
console.log(impresoras);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment