Login to follow
Web Local Storage

Web Local Storage (ODC)

Stable versionĀ 0.1.0Ā (Compatible withĀ ODC)
Uploaded onĀ 01 June 2025Ā byĀ OutSystems MVPs
Web Local Storage

Web Local Storage (ODC)

Details
Detailed Description

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

Limitations

Need to validate if current browser have Local Storage (check with client action available for that purpose)