.keys - macmcmeans/localDataStorage GitHub Wiki

localDataStorage.keys()

This returns the count of keys under this prefix in this domain. (It does not count all keys in localStorage.)

EXAMPLE:

● localData.keys()   -->   19

🏿 The corresponding Memory Key method is _keys.