Container
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2998
Accessors
Section titled “Accessors”running
Section titled “running”Get Signature
Section titled “Get Signature”get running():
boolean
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:2999
Returns
Section titled “Returns”boolean
Methods
Section titled “Methods”destroy()
Section titled “destroy()”destroy(
error?
):Promise
<void
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:3002
Parameters
Section titled “Parameters”error?
Section titled “error?”any
Returns
Section titled “Returns”Promise
<void
>
getTcpPort()
Section titled “getTcpPort()”getTcpPort(
port
):object
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:3004
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”object
connect()
Section titled “connect()”connect(
address
,options?
):Socket
Parameters
Section titled “Parameters”address
Section titled “address”string
| SocketAddress
options?
Section titled “options?”Returns
Section titled “Returns”fetch()
Section titled “fetch()”fetch(
input
,init?
):Promise
<Response
>
Parameters
Section titled “Parameters”RequestInfo
<unknown
, CfProperties
<unknown
>> | URL
RequestInit
<CfProperties
<unknown
>>
Returns
Section titled “Returns”Promise
<Response
>
monitor()
Section titled “monitor()”monitor():
Promise
<void
>
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:3001
Returns
Section titled “Returns”Promise
<void
>
signal()
Section titled “signal()”signal(
signo
):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:3003
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”void
start()
Section titled “start()”start(
options?
):void
Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:3000
Parameters
Section titled “Parameters”options?
Section titled “options?”Returns
Section titled “Returns”void