MCPcopy Create free account
hub / github.com/fontsource/fontsource / sendBatch

Method sendBatch

website/worker-configuration.d.ts:1532–1532  ·  view source on GitHub ↗
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)

Source from the content-addressed store, hash-verified

1530interface Queue<Body = unknown> {
1531 send(message: Body, options?: QueueSendOptions): Promise<void>;
1532 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;
1533}
1534interface QueueSendOptions {
1535 contentType?: QueueContentType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected