mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +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
|
@ -195,6 +195,7 @@ libweb_js_bindings(WebGL/WebGLContextEvent)
|
|||
libweb_js_bindings(WebGL/WebGLRenderingContext)
|
||||
libweb_js_bindings(WebIDL/DOMException)
|
||||
libweb_js_bindings(WebSockets/WebSocket)
|
||||
libweb_js_bindings(XHR/FormData)
|
||||
libweb_js_bindings(XHR/ProgressEvent)
|
||||
libweb_js_bindings(XHR/XMLHttpRequest)
|
||||
libweb_js_bindings(XHR/XMLHttpRequestEventTarget)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue