Created
July 11, 2024 23:48
-
-
Save parzibyte/a075608a9dfcb71d70b27385fe500b8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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