ionic-vhframeworks 9.3.8 → 9.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13039,10 +13039,10 @@ export declare class VhQueryAutoWeb {
|
|
|
13039
13039
|
* this.vhQueryAutoWeb.localStorageSET('local_name', null);
|
|
13040
13040
|
* @returns
|
|
13041
13041
|
*/
|
|
13042
|
-
localStorageSET(name: string, value: any): void
|
|
13042
|
+
localStorageSET(name: string, value: any): void;
|
|
13043
13043
|
/**
|
|
13044
13044
|
* @example GET:
|
|
13045
|
-
* let
|
|
13045
|
+
* let value = this.vhQueryAutoWeb.localStorageGET('local_name');
|
|
13046
13046
|
* @returns
|
|
13047
13047
|
*/
|
|
13048
13048
|
localStorageGET(name: string): any;
|