MCPcopy
hub / github.com/vitejs/vite / text

Function text

playground/hmr-full-bundle-mode/hmr.js:9–11  ·  view source on GitHub ↗
(el, text)

Source from the content-addressed store, hash-verified

7text('.asset', assetUrl)
8
9function text(el, text) {
10 document.querySelector(el).textContent = text
11}
12
13import.meta.hot?.accept((mod) => {
14 if (mod) {

Callers 1

hmr.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected