mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:27:34 +00:00
LibWeb: Add spec link for XMLHttpRequestBodyInit
This commit is contained in:
parent
5830ff5be9
commit
e55bdd434a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
namespace Web::XHR {
|
namespace Web::XHR {
|
||||||
|
|
||||||
|
// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
|
||||||
using XMLHttpRequestBodyInit = Variant<NonnullRefPtr<FileAPI::Blob>, NonnullRefPtr<URL::URLSearchParams>, String>;
|
using XMLHttpRequestBodyInit = Variant<NonnullRefPtr<FileAPI::Blob>, NonnullRefPtr<URL::URLSearchParams>, String>;
|
||||||
|
|
||||||
class XMLHttpRequest final
|
class XMLHttpRequest final
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue