-
Notifications
You must be signed in to change notification settings - Fork 100
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
TypeError: Failed to construct 'URL': Invalid URL #151
Comments
I encountered this. |
Since that ticket is from 2021 it's likely they won't provide a fix. Have you found a workaround? |
@sradu you can switch to a “singlefile” variant for your release build. See the instructions here: https://github.com/justjake/quickjs-emscripten/blob/main/doc/quickjs-emscripten-core/README.md |
Thanks for the quick reply @justjake. If I want to use two engines, one async, and one regular, and consequently include those 2 out of 4 engines in the payload, is that possible? In one place I'm using |
OK figured it out, had to read the docs carefully: for async
for sync
Thank you @justjake. Apologies for the message spam. The main docs could be a bit less confusing, but what you're doing is amazing and we should pay more attention. |
Do you have any suggestions on how to improve the docs? I end up pretty blind to the issues because I’m too deep 😅 |
I'm trying to update to 0.27.0 and running into this error:
with the code:
My environment is Rails + esbuild + yarn. I'm unsure where to start debugging this, the integration is just yarn add and this code above.
The text was updated successfully, but these errors were encountered: