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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -