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)

Documentation
0.1.0

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.