We create word addin software, and use the following code in our service.
Office.context.document.settings.set(name, value);
Office.context.document.settings.saveAsync
One day I noticed that the process is continuing all the time (even if I wait for 1 minutes).
And We can't see any exceptions.
Here is the environment.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; WebView/3.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18363
The problem has not occurred in the following environment.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko)
If you know the reason of it, please tell me the reason.
Or please teach how to research the problem.