mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 09:27:00 +02:00
These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit
|
|
typedef (Blob or BufferSource or FormData or URLSearchParams or USVString) XMLHttpRequestBodyInit;
|
|
|
|
// https://fetch.spec.whatwg.org/#bodyinit
|
|
typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;
|