mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
10 lines
359 B
Plaintext
10 lines
359 B
Plaintext
#import <FileAPI/Blob.idl>
|
|
#import <Streams/ReadableStream.idl>
|
|
#import <URL/URLSearchParams.idl>
|
|
|
|
// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
|
|
typedef (Blob or BufferSource or URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
|
|
|
// https://fetch.spec.whatwg.org/#bodyinit
|
|
typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
|