Toolbook sends synchronous XMLHttpRequest

Hi Clifton,
I hope you are well.
I have been trying to eliminate some of the warnings I see in the console. I was particularly concerned about a deprecation warning concerning my recording system. I was using the ScriptProcessorNode. Apparently, deprecated functions may become unavailable without prior notice. I was worried that sooner or later the recording system would cease to function. Fortunately, after many weeks of trial and error, I have managed to upgrade to the AudioWorkletNode, thanks to some very fine code examples generously made available on the internet. So that has been taken care of and I am in the process of updating my main program now.
I still see this: L’utilisation d’XMLHttpRequest de façon synchrone sur le fil d’exécution principal est obsolète à cause de son impact négatif sur la navigation de l’utilisateur final. Consulter https://xhr.spec.whatwg.org/#sync-warning pour plus d’informations classes.js line 1 > eval:36:14. Apparently Toolbook uses synchronous XMLHttpRequests. Do you think that one day this might also be a problem or should we not worry about it?
Thanks for your time.
John
I hope you are well.
I have been trying to eliminate some of the warnings I see in the console. I was particularly concerned about a deprecation warning concerning my recording system. I was using the ScriptProcessorNode. Apparently, deprecated functions may become unavailable without prior notice. I was worried that sooner or later the recording system would cease to function. Fortunately, after many weeks of trial and error, I have managed to upgrade to the AudioWorkletNode, thanks to some very fine code examples generously made available on the internet. So that has been taken care of and I am in the process of updating my main program now.
I still see this: L’utilisation d’XMLHttpRequest de façon synchrone sur le fil d’exécution principal est obsolète à cause de son impact négatif sur la navigation de l’utilisateur final. Consulter https://xhr.spec.whatwg.org/#sync-warning pour plus d’informations classes.js line 1 > eval:36:14. Apparently Toolbook uses synchronous XMLHttpRequests. Do you think that one day this might also be a problem or should we not worry about it?
Thanks for your time.
John