Serenity Operating System
1#import <FileAPI/Blob.idl>
2#import <Streams/ReadableStream.idl>
3#import <URL/URLSearchParams.idl>
4
5// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
6typedef (Blob or BufferSource or URLSearchParams or USVString) XMLHttpRequestBodyInit;
7
8// https://fetch.spec.whatwg.org/#bodyinit
9typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;