How to set the cursor to wait?
Ask by Chris Anderson
Updated 22 Sep 2020
document.body.style.cursor = 'wait';
document.body.style.cursor = 'auto';