mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 16:15:10 +00:00
LibWeb: Add the submit event to HTMLFormElement
Also adds the ability to submit from JavaScript.
This commit is contained in:
parent
9950270808
commit
773df8826d
10 changed files with 120 additions and 4 deletions
|
@ -270,6 +270,7 @@ class MouseEventWrapper;
|
|||
class NodeWrapper;
|
||||
class PerformanceWrapper;
|
||||
class ScriptExecutionContext;
|
||||
class SubmitEventWrapper;
|
||||
class SVGElementWrapper;
|
||||
class SVGGeometryElementWrapper;
|
||||
class SVGGraphicsElementWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue