-
Notifications
You must be signed in to change notification settings - Fork 3
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
Does this run inside a webcontainer? #11
Comments
I'm not sure. Apparently webcontainers are implemented using WASM which is fine for JavaScript runtime but I have no idea how they implement native APIs, e.g. Node.js "tls" module 🤷 |
The issue I was running into when testing was the following:
which seems to point to an issue/limitation with |
Thanks for posting the stack trace, that's useful. It seems that this runtime reimplements Node.js APIs on top of browser APIs which might be easy enough for So I guess the answer to your question is sadly no, this runtime is not supported by h2tunnel :( |
I'm wondering if I can run the client inside a proxy running in Stackblitz' webcontainers?
The text was updated successfully, but these errors were encountered: