Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Getting an item from storage
Get an item from the local storage identified by a key.
Method summary
getItem(key) |
- returns – An item (String)
- params
- Key (String)
Usage
<cfset item = cfclient.localstorage.getItem(“myKey”) > |