1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 04:37:44 +00:00

LibWeb: Implement BufferSource support for XHR::send()

This commit is contained in:
Kenneth Myhra 2022-07-22 18:50:30 +02:00 committed by Linus Groh
parent e55bdd434a
commit 9a1c27a163
3 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#import <FileAPI/Blob.idl>
#import <URL/URLSearchParams.idl>
typedef (Blob or URLSearchParams or USVString) XMLHttpRequestBodyInit;
typedef (Blob or BufferSource or URLSearchParams or USVString) XMLHttpRequestBodyInit;
enum XMLHttpRequestResponseType {
"",