mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
773df8826d
Also adds the ability to submit from JavaScript.
5 lines
83 B
Text
5 lines
83 B
Text
interface SubmitEvent : Event {
|
|
|
|
readonly attribute HTMLElement? submitter;
|
|
|
|
}
|