cfclient.localstorage.getItem

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”) >

Example

See Using the Storage APIs

 Adobe

Get help faster and easier

New user?