Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
function
change(window, element) {
26
element.dispatchEvent(
new
window.Event(
'change'
, { bubbles: true }));
27
}
28
29
function
input(window, element, value) {
30
element.value = value;
Callers
1
table.test.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected