You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the documentation regarding the async option, which doesn't exist anymore. Due to the async nature of what html2canvas, it is not feasible to do it async.
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?
The text was updated successfully, but these errors were encountered: