Type Alias BlobOrArrayBufferViewOrArrayBufferOrFormDataOrStringOrURLSearchParams
Source pub(crate) type BlobOrArrayBufferViewOrArrayBufferOrFormDataOrStringOrURLSearchParams = BlobOrArrayBufferViewOrArrayBufferOrFormDataOrStringOrURLSearchParams<DomTypeHolder>;
pub(crate) enum BlobOrArrayBufferViewOrArrayBufferOrFormDataOrStringOrURLSearchParams {
Blob(Root<Dom<Blob>>),
ArrayBufferView(RootedTraceableBox<TypedArray<ArrayBufferViewU8, Box<Heap<*mut JSObject>>>>),
ArrayBuffer(RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>),
FormData(Root<Dom<FormData>>),
String(DOMString),
URLSearchParams(Root<Dom<URLSearchParams>>),
}