`html2canvas(document.body, {async: false, logging: true}).then(function(canvas){...` The async flag, whether set to true or false, does not seem to change the behavior. Any way to actually make it run in synchronous mode?