-
Notifications
You must be signed in to change notification settings - Fork 76
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
Make parse compatible with CSP #87
base: main
Are you sure you want to change the base?
Conversation
Is there any reason not to merge it? This allows d3 to work on applications that use CSP without |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to make sure the new code is covered by tests.
I've added a test and fixed the formatting. |
Just curious, how much slower is this? |
Hey, any update on this? It would be really helpful for us as it would allow us to apply proper CSP while still using this library. |
Using
parseRows
with CSP enabled is quite cumbersome. I don't see a reason why this shouldn't just work (even though a little slower).