MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / render

Function render

e2e/src/recording-url-bar.ts:71–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 root.appendChild(host);
70
71 const render = (): void => {
72 const next = location.href.replace(/^https?:\/\//, "") || "about:blank";
73 if (url.textContent !== next) url.textContent = next;
74 };
75 render();
76
77 // SPA route changes don't reload the document, so re-read the URL on every

Callers 1

installFunction · 0.70

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected