🔥 ⚡ Major Update
* Adds Actions, Redicers and Middlewares * Adds Http Service * Adds Cancel option for Http Service * Adds HOC's for API Loader, Sidebar and Headers * Adds Random key generator for Routes
This commit is contained in:
@@ -9,7 +9,8 @@ class Storage{
|
||||
if(!key||!value){
|
||||
throw("Storag.set expects a 'key' and a 'value' - 'value' & 'key' can't be null");
|
||||
}
|
||||
localStorage.setItem(key, JSON.stringify(value));
|
||||
value = (typeof value=="string") ? value : JSON.stringify(value);
|
||||
localStorage.setItem(key, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user