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
Verify first the current browser availability with the available action.