Printing HTML and setting documentTitle,documentTitle is not worked.
Open
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
function onPrint() {
printJS({
printable: 'printContent',
type: 'html',
targetStyles: ['*'],
maxWidth: 1280,
documentTitle: 'document',
});
At printing,the documentTitle is my website title,is not options.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.