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