Skip to content

Latest commit

 

History

History
 
 

localStorage_sample_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ Use of this software is subject to important terms and conditions as set forth in the License file ⚠️

Basic localStorage Sample App

Demonstrates how to get & set localStorage items via a Zendesk App

Get value of 'key' from localStorage

this.store('key')

Set value of 'key' & store in localStorage

this.store('key', dataObject)
References

Zendesk app documentation on localStorage

Documentation from Mozilla on localStorage

Please submit bug reports to Zendesk. Pull requests are welcome.

Screenshot(s):

Shows localStorage items exampleObject & exampleString being stored in localStorage