[Bug] Logging option ignored in 1.0.0-rc.3 version
See original GitHub issuePlease make sure you are testing with the latest release of html2canvas. Old versions are not supported and issues reported for them will be closed.
Please follow the general troubleshooting steps first:
- You are using the latest version
- You are testing using the non-minified version of html2canvas and checked any potential issues reported in the console
Bug reports:
Logging option ignored in 1.0.0-rc.3 version
html2canvas(iframeHtml, { logging: false }).then(
(canvas) => {
.....
}
);
I can see a lot of debug info in console
Specifications:
- html2canvas version tested with: angular webapp
- Browser & version: Chrome
- Operating system: Windows 10
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:5
Top Results From Across the Web
Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild." status:RESOLVED resolution:FIXED severity:normal · Bug:3 - "poedit-1.1.5.ebuild" status:RESOLVED resolution:FIXED ...
Read more >Change log for 4.10.0-rc.3
Updating ose-machine-api-provider-aws images to be consistent with ART #13 · Bug 2040376: Update map of supported aws instance types #19 · Bug 2040504:...
Read more >What's new in 1.5.0 (September 19, 2022) - Pandas
Series([1.0, 2.0, None], dtype="float32[pyarrow]") In [3]: ser_float Out[3]: 0 ... In a future version, setting an entire column with iloc will attempt to ......
Read more >PHP 5 ChangeLog
Fixed bug #73054 (default option ignored when object passed to int ... Fixed bug #73157 (imagegd2() ignores 3rd param if 4 are given)....
Read more >Dataproc release notes - Google Cloud
Dataproc images 2.0.50 and preview 2.1.0-RC3 are deprecated and cluster creations ... Fix a Dataproc on GKE bug that caused upload of driver...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It looks like all the options I tried (logging, backgroundColor, and canvas) are all ignored in rc3.
Downgrading to rc1 could get rid of these logs unless you have any requirement for new features inside rc3. (rc2 has issues on
option
parameter)