Library to use browser local storage if available. Methods released:
- IsSupported - verify if current browser support LS
- CheckforRecord - Verify if a record with a given key exists in LS
- SetRecord - Store a pair key/value in LS
- GetRecordByKey - Return from LS the record associated to the given key
- DeleteRecord - Delete record in LS associated to the given key
- DeleteAllRecords - Delete all the records in LS that are not defined by the platform
Need to validate if current browser have Local Storage (check with client action available for that purpose)
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)