KVStoreEntry.metadataText()
The metadataText() method of the KVStoreEntry interface provides a String interpretation of binary metadata associated with the KVStoreEntry.
If the binary data is not a valid string, an encoding error will be thrown.
Syntax
metadataText()
Parameters
None.
Return value
A Promise that resolves to a String.