mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibWeb: Add support for Blob to XHR::send()
This commit is contained in:
parent
9b3da5a142
commit
0a511e29d1
3 changed files with 15 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
#import <XHR/XMLHttpRequestEventTarget.idl>
|
||||
#import <DOM/EventHandler.idl>
|
||||
#import <FileAPI/Blob.idl>
|
||||
#import <URL/URLSearchParams.idl>
|
||||
|
||||
typedef (URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
||||
typedef (Blob or URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
||||
|
||||
enum XMLHttpRequestResponseType {
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue