Skip to content

Queue

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1920

Body = unknown

send(message, options?): Promise<void>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1921

Body

QueueSendOptions

Promise<void>


sendBatch(messages, options?): Promise<void>

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20250823.0/node_modules/@cloudflare/workers-types/index.ts:1922

Iterable<MessageSendRequest<Body>>

QueueSendBatchOptions

Promise<void>