1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

LibWeb: Introduce the FormData interface from the XHR specification

This commit is contained in:
Kenneth Myhra 2023-02-03 21:50:05 +01:00 committed by Linus Groh
parent b74d5a423d
commit d5b5b94a35
9 changed files with 317 additions and 0 deletions

View file

@ -480,6 +480,7 @@ class WebGLRenderingContextBase;
}
namespace Web::XHR {
class FormData;
class ProgressEvent;
class XMLHttpRequest;
class XMLHttpRequestEventTarget;