1
Fork 0
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:
Kenneth Myhra 2022-07-18 15:15:53 +02:00 committed by Linus Groh
parent 9b3da5a142
commit 0a511e29d1
3 changed files with 15 additions and 3 deletions

View file

@ -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 {
"",