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

Look into parsing in a webworker or splitting up parsing #4

Open
gkatsev opened this issue Jun 12, 2018 · 0 comments
Open

Look into parsing in a webworker or splitting up parsing #4

gkatsev opened this issue Jun 12, 2018 · 0 comments

Comments

@gkatsev
Copy link
Member

gkatsev commented Jun 12, 2018

This is because if the vtt file is really large, vtt.js will block while parsing ( mozilla#340 ). Webworkifying this is one solution, the other is chunking up the parser so it doesn't block more than say 100ms at a time.

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

No branches or pull requests

1 participant