I used papa parse initially with workers enabled to avoid locking the browser thread. However, now that I'm using streaming the browser thread doesn't lock even with workers disabled.
I'm confused as to why? What reason would someone want to use both workers and streaming? Why doesn't the documentation mention that streaming can overcome locking the browser too?