emscripten-core / emscripten-core/emscripten
HTML5: Are 'input' and 'change' event callbacks implemented?
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
Hi, although the HTML5 API allows to subscribe to a lot of events, I don't see support for the [input](https://developer.mozilla.org/en-US/docs/Web/API/Element/input_event) and [change](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event) events required in order to perform form validation tasks from wasm. I think these events are simply not implemented or am I mistaken?
Is there something complex about these event types? Otherwise I would like to try to implement them ...
Contributor guide
Assessment
This issue has not been assessed yet.