From 3301f7a5adeb96f0d6c42d60e25adb141686db03 Mon Sep 17 00:00:00 2001 From: jay_jech Date: Tue, 23 Apr 2019 11:15:21 -0500 Subject: [PATCH] Update FAQ with info and link to common configuration Issue #665 --- docs/faq.html | 5 +++++ 1 file changed, 5 insertions(+) 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. +