We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2e11b commit eabda91Copy full SHA for eabda91
src/core/pdf-core.js
@@ -22,7 +22,7 @@ async function render(_opts = {}) {
22
printBackground: true,
23
},
24
failEarly: false,
25
- setExtraHTTPHeaders: {},
+ setExtraHTTPHeaders: {},
26
}, _opts);
27
28
if (_.get(_opts, 'pdf.width') && _.get(_opts, 'pdf.height')) {
0 commit comments