MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / resize

Method resize

src/client/sandbox.mjs:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 this.setupEnv()
61
62 const resize = () => {
63 if (this.frame.style.display != "none") this.resizeFrame()
64 }
65 this.frame.addEventListener("load", resize)
66 let resizeTimeout = null
67 const scheduleResize = () => {

Callers

nothing calls this directly

Calls 1

resizeFrameMethod · 0.95

Tested by

no test coverage detected