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