Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
host-kit
MaintenanceStubLike
Interface MaintenanceStubLike
interface
MaintenanceStubLike
{
fetch
(
url
:
string
,
init
?:
{
headers
?:
Record
<
string
,
string
>
;
method
?:
string
}
,
)
:
Promise
<
Response
>
;
}
Index
Methods
fetch
Methods
fetch
fetch
(
url
:
string
,
init
?:
{
headers
?:
Record
<
string
,
string
>
;
method
?:
string
}
,
)
:
Promise
<
Response
>
Parameters
url
:
string
Optional
init
:
{
headers
?:
Record
<
string
,
string
>
;
method
?:
string
}
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
fetch
Documentation
GitHub
Anchorage API reference
Loading...