.remove - macmcmeans/localDataStorage GitHub Wiki

localDataStorage.remove( keyName )

This method deletes keyName. The operation cannot be undone.

EXAMPLES:

● localData.remove( 'key1' ) ● localData.remove( 'safeKey3' )

🌐 This method may fire an event allowing you to monitor the removed key.

🏿 The corresponding Memory Key method is _remove.