MCPcopy Create free account
hub / github.com/TanStack/router / send

Method send

e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:1879–1879  ·  view source on GitHub ↗
(message: Body, options?: QueueSendOptions)

Source from the content-addressed store, hash-verified

1877type QueueContentType = "text" | "bytes" | "json" | "v8";
1878interface Queue<Body = unknown> {
1879 send(message: Body, options?: QueueSendOptions): Promise<void>;
1880 sendBatch(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions): Promise<void>;
1881}
1882interface QueueSendOptions {

Callers 7

invalidateFunction · 0.65
createServerFunction · 0.65
createServerFunction · 0.65
createServerFunction · 0.65
hydration.spec.tsFile · 0.65
cdn-server.mjsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected