Skip to content

Queue

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2242

Body = unknown

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

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2243

Body

QueueSendOptions

Promise<void>


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

Defined in: node_modules/.pnpm/@cloudflare+workers-types@4.20251118.0/node_modules/@cloudflare/workers-types/index.ts:2244

Iterable<MessageSendRequest<Body>>

QueueSendBatchOptions

Promise<void>