pub fn convert_value_to_key(
cx: JSContext,
input: HandleValue<'_>,
seen: Option<Vec<HandleValue<'_>>>,
) -> Result<IndexedDBKeyType, Error>
pub fn convert_value_to_key(
cx: JSContext,
input: HandleValue<'_>,
seen: Option<Vec<HandleValue<'_>>>,
) -> Result<IndexedDBKeyType, Error>