I am using jsPdf v2.5.0 to create pdf from html. use doc.html() method. `doc.html(html).then(value => { doc.save(`sample.pdf`); });` I got the issue when i turn on the grammarly extension in chrome. the downloaded file is blank. if i turn it off. the download file works. Can you please take a look at this issue.