Helia Verified Fetch
Preparing search index...
@helia/verified-fetch
index
VerifiedFetch
Interface VerifiedFetch
interface
VerifiedFetch
{
start
()
:
Promise
<
void
>
;
stop
()
:
Promise
<
void
>
;
(
resource
:
Resource
,
options
?:
VerifiedFetchInit
)
:
Promise
<
Response
>
;
}
VerifiedFetch
(
resource
:
Resource
,
options
?:
VerifiedFetchInit
,
)
:
Promise
<
Response
>
Parameters
resource
:
Resource
Optional
options
:
VerifiedFetchInit
Returns
Promise
<
Response
>
Index
Methods
start
stop
Methods
start
start
()
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
start
stop
Helia Verified Fetch
Loading...