mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +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
|
@ -185,6 +185,7 @@ set(SOURCES
|
|||
HTML/EventNames.cpp
|
||||
HTML/Focus.cpp
|
||||
HTML/FormAssociatedElement.cpp
|
||||
HTML/FormControlInfrastructure.cpp
|
||||
HTML/GlobalEventHandlers.cpp
|
||||
HTML/History.cpp
|
||||
HTML/HTMLAnchorElement.cpp
|
||||
|
@ -466,6 +467,7 @@ set(SOURCES
|
|||
WebIDL/Promise.cpp
|
||||
WebSockets/WebSocket.cpp
|
||||
XHR/EventNames.cpp
|
||||
XHR/FormData.cpp
|
||||
XHR/ProgressEvent.cpp
|
||||
XHR/XMLHttpRequest.cpp
|
||||
XHR/XMLHttpRequestEventTarget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue