javascript - window.print stuck because of long-polling -
i have website uses signalr , has print button.
my clients’ browsers chrome 32/36 don’t support web sockets, signalr uses long-polling. since request returns once every 60 seconds, when user clicks print button doesn’t work until request finished.
is there work-around this? maybe cancel request somehow?
p.s.: ctrl + p work fine.
Comments
Post a Comment