1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:17:44 +00:00

LibWeb: Introduce the FormDataEvent interface

This commit is contained in:
Kenneth Myhra 2023-02-03 21:50:10 +01:00 committed by Linus Groh
parent d5b5b94a35
commit a6cdf6374f
6 changed files with 95 additions and 0 deletions

View file

@ -246,6 +246,7 @@ struct EnvironmentSettingsObject;
class ErrorEvent;
class EventHandler;
class EventLoop;
class FormDataEvent;
class HTMLAnchorElement;
class HTMLAreaElement;
class HTMLAudioElement;