For Javascript we had XMLHtttpRequest since some time and now also have Xrm.WebApi for use with Web API.
Between the two XMLHtttpRequest with sync mode is very useful for short queries and we would like to keep using this to avoid complicated code and effort to make the change. In this context I wanted to know if anyone is aware if XMLHtttpRequest sync mode is planned to be deprecated and if we will be unable to use this in future. Any information or reference from MS regarding this will be helpful.
Thanks in advance.