toggle menu
flatInvoker
js
switch theme
search in API
reaktor-core
/
dev.shibasis.reaktor.core.server.cloudflare
/
DurableObjectStub
Durable
Object
Stub
js
external
interface
DurableObjectStub
:
Fetcher
Members
Properties
id
Link copied to clipboard
js
abstract
var
id
:
DurableObjectId
name
Link copied to clipboard
js
open
var
name
:
String
?
Functions
connect
Link copied to clipboard
js
open
fun
connect
(
address
:
SocketAddress
)
:
Socket
open
fun
connect
(
address
:
String
)
:
Socket
open
fun
connect
(
address
:
SocketAddress
,
options
:
SocketOptions
=
definedExternally
)
:
Socket
open
fun
connect
(
address
:
String
,
options
:
SocketOptions
=
definedExternally
)
:
Socket
fetch
Link copied to clipboard
js
open
fun
fetch
(
input
:
Request
<
Any
,
Any
>
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
URL
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
String
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
Request
<
Any
,
Any
>
,
init
:
RequestInit__0
=
definedExternally
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
URL
,
init
:
RequestInit__0
=
definedExternally
)
:
Promise
<
Response
>
open
fun
fetch
(
input
:
String
,
init
:
RequestInit__0
=
definedExternally
)
:
Promise
<
Response
>