Taos API Reference
← Docs
Quick-Start Guide
Preparing search index...
core
decompressBytes
Function decompressBytes
decompressBytes
(
data
:
Uint8Array
,
method
:
Compression
,
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Decompress
data
previously stored with
method
.
'none'
is a passthrough.
Parameters
data
:
Uint8Array
method
:
Compression
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
← Docs
Quick-Start Guide
Taos API Reference
Loading...
Decompress
datapreviously stored withmethod.'none'is a passthrough.