asString
asString(
buffer):string
Defined in: .work/repos/olmdb/src/olmdb.ts:477
Converts an ArrayBuffer to a UTF-8 decoded string. Helper function for use with scan() keyConvert and valueConvert options.
Parameters
Section titled “Parameters”buffer
Section titled “buffer”Readonly<ArrayBuffer>
The ArrayBuffer to decode.
Returns
Section titled “Returns”string
A UTF-8 decoded string.