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:
parent
b74d5a423d
commit
d5b5b94a35
9 changed files with 317 additions and 0 deletions
|
@ -480,6 +480,7 @@ class WebGLRenderingContextBase;
|
|||
}
|
||||
|
||||
namespace Web::XHR {
|
||||
class FormData;
|
||||
class ProgressEvent;
|
||||
class XMLHttpRequest;
|
||||
class XMLHttpRequestEventTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue