Anchorage API reference
    Preparing search index...

    Producer subset of a Cloudflare Queue<TEvent> binding (send returns Promise<QueueSendResponse> on Workers — anything awaitable works here).

    interface AuditQueue<TEvent = unknown> {
        send(message: TEvent): Promise<unknown>;
    }

    Type Parameters

    • TEvent = unknown
    Index

    Methods

    Methods