MCPcopy
hub / github.com/bigskysoftware/htmx / clearWorkArea

Function clearWorkArea

test/util/util.js:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45function clearWorkArea() {
46 var workArea = getWorkArea()
47 if (workArea) workArea.innerHTML = ''
48}
49
50function removeWhiteSpace(str) {
51 return str.replace(/\s/g, '')

Callers 15

extension-swap.jsFile · 0.50
shadowdom.jsFile · 0.50
internals.jsFile · 0.50
headers.jsFile · 0.50
class-cleanup.jsFile · 0.50
ajax.jsFile · 0.50
validation.jsFile · 0.50
api.jsFile · 0.50
perf.jsFile · 0.50
verbs.jsFile · 0.50
regressions.jsFile · 0.50
security.jsFile · 0.50

Calls 1

getWorkAreaFunction · 0.70

Tested by

no test coverage detected