Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 11, 2024 23:48
Show Gist options
  • Save parzibyte/a075608a9dfcb71d70b27385fe500b8b to your computer and use it in GitHub Desktop.
Save parzibyte/a075608a9dfcb71d70b27385fe500b8b to your computer and use it in GitHub Desktop.
await fetch("http://localhost:8000/imprimir_en", {
method: "POST",
body: JSON.stringify({
impresora: "TEST",
operaciones: [{accion: "write", datos: "Datos de prueba\n\nSalto de linea\n"}]
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment