script::dom::subtlecrypto

Function normalize_algorithm_for_generate_key

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