-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
pdf generation in background thread #50
Comments
probably? what's the pdf generation library in your mind? |
yes i am using jspdf library in react web development, i am leading some latency when generating pdf,to provide good user experinece for the user i need to run the pdf generation in background.... |
Uncaught (in promise) ReferenceError: document is not defined |
Ah, this means the library doesn't support running in web workers. |
@dai-shi thanks for update save my time, any pdf gneration library developed on top web workers? |
Hmm, no, I don't know. |
is it possible to generate pdf using worker
The text was updated successfully, but these errors were encountered: