mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +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 {
|
||||
|
||||
// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
|
||||
using XMLHttpRequestBodyInit = Variant<NonnullRefPtr<FileAPI::Blob>, NonnullRefPtr<URL::URLSearchParams>, String>;
|
||||
|
||||
class XMLHttpRequest final
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue