(e, t, o)
| 34 | (e += "</table>"), (document.getElementById("info").innerHTML = e); |
| 35 | } |
| 36 | function loader(e, t, o) { |
| 37 | window.addEventListener("load", function () { |
| 38 | var n = new XMLHttpRequest(); |
| 39 | n.addEventListener("load", o), n.open(e, t), n.send(); |
| 40 | }); |
| 41 | } |
| 42 | function fill() { |
| 43 | data = JSON.parse(this.response); |
| 44 | for (const form of document.forms) populate(form, data); |
nothing calls this directly
no outgoing calls
no test coverage detected