script::dom::subtlecrypto

Function normalize_algorithm_for_key_wrap

source
fn normalize_algorithm_for_key_wrap(
    cx: JSContext,
    algorithm: &ObjectOrString,
) -> Result<KeyWrapAlgorithm, Error>
Expand description