mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00: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;
|
|
|
|
}
|