Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/runtime/features/invoke.ts>batchInvoke

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Latest
variable batchInvoke
import { batchInvoke } from "https://deno.land/x/live@1.104.1/runtime/features/invoke.ts";

Invokes multiple payloads in a batch.

type

(payload: InvokePayload<any>, state: State<any>) => Promise<any>