Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Removing an item from storage
Remove an item from the local storage identified by a key.
Method summary
removeItem(key,value) |
- returns – None
- params
- Key (String)
Usage
<cfset cfclient.localstorage.removeItem(“myKey”) > |
Example