Skip to main content

storageSet

Stores data to the local storage.

Parameters

  • key string name of the entry
  • data any data to store in the local storage

Examples

storageSet('key', data);

Meta

  • version: 1.9.0