2022-09-21 19:14:40 -03:00
|
|
|
#import <FileAPI/Blob.idl>
|
2022-09-21 20:10:41 -03:00
|
|
|
#import <Streams/ReadableStream.idl>
|
2024-02-11 03:48:56 -03:00
|
|
|
#import <DOMURL/URLSearchParams.idl>
|
2023-04-02 17:30:56 -03:00
|
|
|
#import <XHR/FormData.idl>
|
2022-09-21 19:14:40 -03:00
|
|
|
|
|
|
|
|
// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
|
2023-04-02 17:30:56 -03:00
|
|
|
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
2022-09-21 20:10:41 -03:00
|
|
|
|
|
|
|
|
// https://fetch.spec.whatwg.org/#bodyinit
|
2022-10-20 19:44:32 -03:00
|
|
|
typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
|