I think the answer to this is almost certainly \"no\", because I\'ve done a little testing and searching around, but is there any trick to detect whether window.print(
window.print(
The print() method is synchronous. This makes it possible to do the aftermath in order to decide wether a print dialog has been shown
print()
var start = +new Date(); window.print(); var delta = + new Date() - start; console.log(delta); if (delta > 100) { console.log('It worked'); }