Skip to content
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

fix(node/worker_threads): data url not encoded properly with eval #27184

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marvinhagemeister
Copy link
Contributor

When using the eval option on Node's worker_threads the code is passed as a data: URL. But we didn't encode the actual code for that, which lead to syntax errors when including characters not allowed in an URL.

Fixes a part of #27167

@marvinhagemeister marvinhagemeister marked this pull request as ready for review December 2, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant