diff --git a/docs/faq.html b/docs/faq.html index edced65..35522e2 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -241,6 +241,11 @@

No. This would drastically slow down parsing, as it would require the worker to wait after every chunk for a "continue" signal from the main thread. But you can abort workers by calling .abort() on the parser that gets passed to your callback function.

+ +
I set worker:true and now I'm getting an error: "window is not defined." How do I fix it?
+

+ This is a fairly common issue with configuration and it appears to be related to the use of React or other third party tools. Since this is a configuration issue, the exact steps needed to solve it may vary. See Issue #665 on GitHub for a solution that worked for one person, and for links to other related issues. +