MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / renderLiveHTML

Function renderLiveHTML

modules/livehtml/livehtml.js:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 });
17
18 function renderLiveHTML() {
19 // update iframe
20 iframe.node().contentWindow.document.open();
21 iframe.node().contentWindow.document.write(src.text());
22 iframe.node().contentWindow.document.close();
23 }
24
25})();

Callers 1

livehtml.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected