| 1 | const root = document.currentScript.src.split("/").slice(0, -1).join("/"); |
| 2 | |
| 3 | function escapeHTML(html) { |
| 4 | return document.createElement('div').appendChild(document.createTextNode(html)).parentNode.innerHTML; |
nothing calls this directly
no test coverage detected