MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / forms.js

File forms.js

host/dom/src/main/forms.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Form value/checked, submit/reset, FormData, Validity, file pickers. */
2
3export default ({ node, files }, { pushEvent, emitError }) => ({
4 /* `value`/`checked` are live state; `get_attribute("value")` reads the initial-value attribute instead. */

Callers

nothing calls this directly

Calls 6

nodeFunction · 0.85
emitErrorFunction · 0.85
resetMethod · 0.80
keysMethod · 0.80
pushMethod · 0.80
pushEventFunction · 0.50

Tested by

no test coverage detected