Type Alias HashAlgorithmIdentifier

Source
pub(crate) type HashAlgorithmIdentifier = HashAlgorithmIdentifier;

Aliased Type§

pub(crate) enum HashAlgorithmIdentifier {
    Object(RootedTraceableBox<Heap<*mut JSObject>>),
    String(DOMString),
}

Variants§