Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/
Class
src/client/sandbox.mjs:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
export
class
Sandbox {
20
static
async
create(options) {
21
this.emptyPath = options.emptyPath ||
"./"
22
let
frame = document.createElement(
"iframe"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected