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
When i do:
try { $("#your_div_id_result").pptxToHtml({ ... }); } catch (ex) { }
it does not seem to catch the error.
I must use:
window.addEventListener("error", function(event) {}, false);
The text was updated successfully, but these errors were encountered:
Maybe pptxToHtml can return a Promise?
pptxToHtml
Sorry, something went wrong.
@def00111 Thanks for all your comments ... I'm currently in the process of fixing bugs, and in the future I plan to change and add more features :)
No branches or pull requests
When i do:
it does not seem to catch the error.
I must use:
The text was updated successfully, but these errors were encountered: