SecretStoreEntry.prototype.rawBytes
▸ rawBytes(): ArrayBuffer
Returns the raw byte contents of the SecretStoreEntry instance as an ArrayBuffer.
Syntax
rawBytes()
Parameters
None.
Return value
An ArrayBuffer
Exceptions
The rawBytes() method requires its this value to be a SecretStoreEntry object.
If the this value does not inherit from SecretStoreEntry.prototype, a TypeError is thrown.