Function wasm_cookies::get

source ·
pub fn get(name: &str) -> Option<Result<String, FromUrlEncodingError>>
Expand description

If it exists, returns URI decoded cookie (with the urlencoding crate) or an error if the value’s URI decoding fails.

Available only on wasm32-unknown-unknown target.