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
When rendering a large page to PDF, it may take a few seconds for the browser to pop up a "save as" dialog to the user. I would like to show a spinner during this time and hide the spinner when jsPDF completes.
Currently there is no way to detect when this happens.
It would be nice if "save()" could return a Promise that will complete when the operation has finished.
When rendering a large page to PDF, it may take a few seconds for the browser to pop up a "save as" dialog to the user. I would like to show a spinner during this time and hide the spinner when jsPDF completes.
Currently there is no way to detect when this happens.
It would be nice if "save()" could return a Promise that will complete when the operation has finished.
Yes, this affects current
master
, 7d9f141The text was updated successfully, but these errors were encountered: