pako - v3.0.1
GitHub
Preparing search index...
inflateRaw
Function inflateRaw
inflateRaw
<
O
extends
InflateOptions
&
{
toText
?:
boolean
}
>
(
input
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
,
options
?:
O
,
)
:
O
extends
{
toText
:
true
}
?
string
:
Uint8Array
<
ArrayBuffer
>
The same as
inflate
, but consumes raw data without a wrapper (header and adler32 crc).
Type Parameters
O
extends
InflateOptions
&
{
toText
?:
boolean
}
Parameters
input
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
options
:
O
= ...
Returns
O
extends
{
toText
:
true
}
?
string
:
Uint8Array
<
ArrayBuffer
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
pako - v3.0.1
Loading...
The same as inflate, but consumes raw data without a wrapper (header and adler32 crc).