My problem is - I have a XHR method which saves some data to the server. But some of ours designers use it like a synchronous one and for example try to read data on return... I think I just use some global flag which will delay read XHR if save is not finished...
Thanks for Your help!