Skip to content
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

pass DOM parser to epub tool #457

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

pass DOM parser to epub tool #457

wants to merge 1 commit into from

Conversation

wydengyre
Copy link
Owner

resolves #456

@wydengyre wydengyre force-pushed the pass-dom-parser branch 3 times, most recently from 9abfd74 to 7a36cfc Compare March 13, 2024 07:29
@wydengyre
Copy link
Owner Author

This sadly turns out to be tricker than first though, as the DOMParser API is not available on workers. We'd need a slightly convoluted setup of performing the parsing operations on the main thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimization: pass in a dom parser
1 participant