wasm-posix-host
Preparing search index...
index
fetchHomebrewBottleBytes
Function fetchHomebrewBottleBytes
fetchHomebrewBottleBytes
(
url
:
string
,
options
?:
{
expectedBytes
?:
number
;
fetchImpl
?:
FetchLike
}
,
)
:
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Parameters
url
:
string
options
:
{
expectedBytes
?:
number
;
fetchImpl
?:
FetchLike
}
= {}
Optional
expectedBytes
?:
number
Exact public metadata size; bounds a hostile or corrupted response.
Optional
fetchImpl
?:
FetchLike
Returns
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
wasm-posix-host
Loading...
Exact public metadata size; bounds a hostile or corrupted response.