These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
5 lines
272 B
Text
5 lines
272 B
Text
// 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;
|