Is there a way to order which event handler is handled first?
If I have 2 event handlers listening for the onbeforeunload event, is there a way for one event handler wait until the other event handler is finished?
-Frinny
If I have 2 event handlers listening for the onbeforeunload event, is there a way for one event handler wait until the other event handler is finished?
-Frinny
Comment