Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/flowsafe
signal-providers
SignalProviderHostStubLike
Interface SignalProviderHostStubLike
The subset of a Durable Object stub the provider-host topology uses.
interface
SignalProviderHostStubLike
{
fetch
(
url
:
string
,
init
?:
{
method
?:
string
}
)
:
Promise
<
Response
>
;
}
Index
Methods
fetch
Methods
fetch
fetch
(
url
:
string
,
init
?:
{
method
?:
string
}
)
:
Promise
<
Response
>
Parameters
url
:
string
Optional
init
:
{
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...
The subset of a Durable Object stub the provider-host topology uses.