SimpleCacheEntry.arrayBuffer()
The arrayBuffer()
method of the SimpleCacheEntry
interface
takes the instance's 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
.