Hi,
https://qz.io/wiki/2.0-getting-startedI was looking at the following link, just to understand this process better; on my website I would have to have my developer use "
qz.websocket.connect()" to connect to my local QZ Tray client and then we can send data to the printer; right?
I see with the "
demo/sample.html", when I open this page up I receive the "
localhost wants to connect to QZ" popup message; which I then click "
allow" to connect.
My question is, if my developer has a "
Print" button on the back-end of my website that then calls "
qz.websocket.connect()" then the send data to printer code; would I first see that same popup message show up when I click the "
Print" button before my send data to printer code is sent?
Thank you!