Function deno_webstorage::op_webstorage_get[][src]

pub fn op_webstorage_get(
    state: &mut OpState,
    key_name: String,
    persistent: bool
) -> Result<Option<String>, AnyError>