Implement the `formdata` event: Android
Categories
(Core :: DOM: Forms, defect)
Tracking
()
People
(Reporter: kbrosnan, Unassigned)
References
Details
(Keywords: dev-doc-needed)
From github: https://github.com/mozilla-mobile/fenix/issues/28074.
What is the user problem or growth opportunity you want to see solved?
The formdata event, as described in the HTML spec, should be fired when a form element is constructing the entry list.
How do you know that this problem exists today? Why is this important?
According to MDN, the event isn't currently supported.
Who will benefit from it?
A handful of developpers worldwide would probably love the opportunity to use this very niche but neat form event, either for validation purposes or to append data to a form on submit via javascript.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•10 months ago
|
||
I don't find if
for platform specific or pref around the dispatcher.
smaug: Do you know something about this?
Comment 2•10 months ago
|
||
formdata
event is enabled on all platform in bug 1594708, Android should also support that, I did a quick test, we do fire formdata
event on Android as well, I think this is a bug of MDN.
Updated•10 months ago
|
Reporter | ||
Updated•10 months ago
|
Description
•