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

Method send

website/worker-configuration.d.ts:1531–1531  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

1529type QueueContentType = "text" | "bytes" | "json" | "v8";
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected