Struct gloo_storage::LocalStorage [−][src]
pub struct LocalStorage;
Expand description
Provides API to deal with localStorage
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