KVStoreEntry.arrayBuffer()
The arrayBuffer()
method of the KVStoreEntry
interface takes a KVStoreEntry
stream and reads it to completion. It returns a promise that resolves with an ArrayBuffer
.
Syntax
Parameters
None.
Return value
A promise that resolves with an ArrayBuffer
.