-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error using transformHeader with header: true and worker: true #761
Comments
could you post the full tracebak? |
I've provided the example function as well and removed private details.
|
I'm having this same problem as well. Any suggestions on how to resolve this? |
Having the same issue over here. Would love to find a workaround for this. |
Same here... |
Is there any update with this issue? I'm seeing this problem too |
👍 on this, it seems like Might at least want to update the documentation to reflect this; did not see it referenced. Just so as not to poo all over an amazing project: PapaParse is really excellent and has proven utterly invaluable, so thanks for such an awesome tool 🎊 |
I'm a new PapaParse user, and I wish this were fixed or documented. It would have saved me some time. The last message was over a year ago, and I hate to beat a dead horse, but is there any update on this issue? |
When worker set to true, convert transformHeader function to string, so the config could be cloned to worker and convert back in worker thread by `eval`. So, when using Content Security Policy, this workaround will still fail, consider to use vkThread instead.
Same thing happen to me but with |
The error was about not being able to clone in postMessage.
I was working with a remote csv in a Chrome Web Front End.
The text was updated successfully, but these errors were encountered: