-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple unhandled/uncaught promise errors in console #1502
Comments
I see the same in both Chrome and Internet Explorer, on a Windows 10 PC. |
We experience this, too, which is very annoying, particularly because we have Sentry enabled and each unhandled promise rejection results in an error notification. For us, the issue seems to be caused by hidden (zero-sized) frames present on the page. In html2canvas, rendering these frames results in Line 216 in 41eb8ab
I have prepared a demo page. Unfortunately, due to browser's same-origin policy and additional restrictions set up on JSFiddle, you have to store this page somewhere and have it served by a web server ( index.html:
script.js:
To me, ignoring Clone.js:
|
Fixed in #1762 |
Bug reports:
Latest version produces multiple unhandled errors in the console - even though canvas appear to render correctly.
This can be reproduced on the demo site (https://html2canvas.hertzen.com/).
Tested on Chrome and Safari - both with the same result.
Specifications:
The text was updated successfully, but these errors were encountered: