Security of Cordova localStorage
Cordova
localStorageTake note of the following items about the the security of
localStorage
in relation to GDSecureStorage
. For more information about GDSecureStorage
, see the BlackBerry Dynamics API reference.Item | Description |
---|---|
Use localStorage.getLength(), not localStorage.length | To get the length of GDSecureStorage , do not use localStorage.length . Use the following method instead: localStorage.getLength() .This method returns the size of "localStorage" ( GDSecureStorage ). |
localStorage operations secured by the SDK |
|
localStorage operations not secured by the SDK |
|