()
| 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 = () => { |
nothing calls this directly
no test coverage detected