From 53a11b284295709f0da1ac9a5a2593407d23e7c8 Mon Sep 17 00:00:00 2001
From: Matthew Holt
+ Yes, but then don't use the Web Worker feature unless your other dependencies are battle-hardened for worker threads. A worker thread loads an entire file, not just a function, so all those dependencies would be executed in an environment without a DOM and other window
features. If any of those dependencies crash (Cannot read property "defaultView" of undefined
is common), the whole worker thread will crash and parsing will not succeed.
+
@@ -94,11 +99,6 @@ Yes. But if you want to use Web Workers, you'll need to specify the relative path to Papa Parse. To do this, set Papa.SCRIPT_PATH to the relative path of the Papa Parse file. In synchronous loading, this is automatically detected.
-- Yes, but then don't use the Web Worker feature unless your other dependencies are battle-hardened for worker threads. -
-