Struct gloo_storage::SessionStorage [−][src]
pub struct SessionStorage;
Expand description
Provides API to deal with sessionStorage
Trait Implementations
Get the raw web_sys::Storage
instance
Get the value for the specified key
Get all the stored keys and their values
Insert a value for the specified key