Type Alias BlobPart

Source
pub(crate) type BlobPart = BlobPart<DomTypeHolder>;

Aliased Type§

pub(crate) enum BlobPart {
    ArrayBuffer(RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>),
    ArrayBufferView(RootedTraceableBox<TypedArray<ArrayBufferViewU8, Box<Heap<*mut JSObject>>>>),
    Blob(Root<Dom<Blob>>),
    String(DOMString),
}

Variants§