We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i have this issue on Chrome i have tried use timeout or ajac call async but never unlock this block.
The text was updated successfully, but these errors were encountered:
duplicate: #587
Sorry, something went wrong.
Actually that is because the browser blocking the pop up, since it is not generated by user interaction but is internally.
So it can't resolve?
let pdfDocGenerator = pdfMake.createPdf(docDefinition); try { pdfDocGenerator.open(); } catch (err) { alert(err); }
No branches or pull requests
i have this issue on Chrome
i have tried use timeout or ajac call async but never unlock this block.
The text was updated successfully, but these errors were encountered: