formContext.data.save(saveOptions).then(successCallBack,errorCallBack)
not working in IE
this method is working well in chrome and Edge but not in IE. I am triggering this method on custom ribbon button command. Once i click custom button, on right bottom saving progress indicator starts and never stops.
can you please guide me what are the best practices to make it work in IE?