MCPcopy Create free account
hub / github.com/MADEVAL/Oat-Table / change

Function change

tests/table.test.js:25–27  ·  view source on GitHub ↗
(window, element)

Source from the content-addressed store, hash-verified

23}
24
25function change(window, element) {
26 element.dispatchEvent(new window.Event('change', { bubbles: true }));
27}
28
29function input(window, element, value) {
30 element.value = value;

Callers 1

table.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected