Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ constructor
Method
constructor
src/client/sandbox.mjs:468–468 ·
view source on GitHub ↗
(div)
Source
from the content-addressed store, hash-verified
466
467
Sandbox.Output =
class
{
468
constructor(div) { this.div = div }
469
470
clear() {
471
let
clone = this.div.cloneNode(false)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected