-
Notifications
You must be signed in to change notification settings - Fork 13
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
Do we need sandbox related APIs? #10
Comments
This would need to be defined a whole lot more before we can progress. Node.js' |
For most situation, something like Since Winter is a non-browser runtime spec, I think this ability is necessary. |
This can fall into the coverage of ShadowRealm and its Web integration. |
Node's |
Currently, there's not enough common api surface here shared across multiple runtimes to justify adding anything to the common API surface. This could make sense as a separate workstream but doesn't make sense for the minimum common api doc at this time. |
I think sandbox related APIs are needed in some SSR situation. Just something like Node.js'
vm
.The text was updated successfully, but these errors were encountered: